Fixed: OutputTest reversed expectation and test value in error messages.

The message would read "expected x but was y", where y would actually be the correct expected value and x the wrong one.
This commit is contained in:
Alexander Ljungberg
2013-05-18 00:59:20 +01:00
parent 501310c058
commit 302138c257
@@ -46,7 +46,7 @@ var FILENAMES = [
correct = compressor.compress(correct, { charset : "UTF-8", useServer : true });
}];
[self assert:preprocessed equals:correct];
[self assert:correct equals:preprocessed];
});
})();
}