Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Current »

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 correct salt (even number of characters, hexvalues).
    This should return the same checksums for all pillars. 
  3. Perform a GetChecksum with a 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.  
  • No labels