Skip to content
  • Colin Walters's avatar
    Bug 17803 - Fix both test case and validation logic · e8f8c1c5
    Colin Walters authored
    The previous commit had errors in both the test case and
    the validation logic.  The test case was missing a trailing
    comma before the previous one, so we weren't testing the
    signature we thought we were.
    
    The validation logic was wrong because if the type was not valid,
    we'd drop through the entire if clause, and thus skip returning
    an error code, and accept the signature.
    e8f8c1c5