Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Excerpt

Tests that the specified checksum formats are supported and that invalid formats are handled gracefully.

  1. Perform a GetChecksum without any salt
    This should return the same checksums for all pillars.
  2. Perform a GetChecksum with a simple correct salt (e.g. abcdef or bitmagasin)even number of characters, hexvalues).
    This should return the same checksums for all pillars. 
  3. Perform a GetChecksum with a special invalid character salt (e.g. æøå??§§§)
    Should generate a failure, informing that the salt format is invalid. 
  4. Perform a GetChecksum with a odd length of characters (e.g. "abcde")
    Should generate a failure, informing that the salt format is invalid.