Skip to content
This repository has been archived by the owner on Apr 13, 2021. It is now read-only.

Commit

Permalink
Add test for #63
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed May 6, 2018
1 parent e565b95 commit 4a2d5cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/App/KSP_CKAN/Tools/NetKAN.t
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@ EOF
"Error wasn't parsable",
"Receive 'Error wasn't parsable' when none parsed"
);

is (
$netkan->_parse_error("2656 [1] FATAL CKAN.NetKAN.Program (null) - 303747d7-0830-4d.tmp is not a valid ZIP file: Error in step EntryHeader for Budget part cost set to 0.cfg: Exception during test - 'Compression method not supported'"),
"303747d7-0830-4d.tmp is not a valid ZIP file: Error in step EntryHeader for Budget part cost set to 0.cfg: Exception during test - 'Compression method not supported'",
".+ greediness fixed in regex - #63"
);
};

# Cleanup after ourselves
Expand Down

0 comments on commit 4a2d5cf

Please sign in to comment.