Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix acceptance tests for #405 #433

Merged
merged 1 commit into from
Apr 10, 2015
Merged

Conversation

cmurphy
Copy link
Contributor

@cmurphy cmurphy commented Apr 10, 2015

This fixes the acceptance tests by:

  • Ensuring the fqdn_rand_string spec is passed undef as the second
    parameter so that the seed is not used as the charset
  • Ensuring the pw_hash spec is passed the key specifying the type of
    hash, rather than the value that will be used to generate the
    password
  • Expecting puppet to report nil instead of empty string for undef
    passwords
  • Removing the fqdn_rand_base64 test because there is no such function

This fixes the acceptance tests by:
 - Ensuring the fqdn_rand_string spec is passed undef as the second
   parameter so that the seed is not used as the charset
 - Ensuring the pw_hash spec is passed the key specifying the type of
   hash, rather than the value that will be used to generate the
   password
 - Expecting puppet to report nil instead of empty string for undef
   passwords
 - Removing the fqdn_rand_base64 test because there is no such function
bmjen added a commit that referenced this pull request Apr 10, 2015
@bmjen bmjen merged commit cf7dbef into puppetlabs:master Apr 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants