Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3996)

Unified Diff: chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html

Issue 303683005: Add failure case for manifest file testing. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html
diff --git a/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html b/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html
index be9df7111c0c038a55c43894af7b8492979e586e..0499858a9cea30f0075599b7b6d3bb832f26d343 100644
--- a/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html
+++ b/chrome/test/data/nacl/manifest_file/irt_manifest_file_test.html
@@ -40,7 +40,8 @@ function setupTests(tester, plugin) {
tester.addAsyncTest('Test_00_Init', function(status) {
plugin.addEventListener('message', function(message_event) {
this.removeEventListener('message', arguments.callee, false);
- var golden = 'File Contents:\nTest File Content';
+ // When a test succeeds, 'Pass' is returned. We have now three test cases.
+ var golden = ['Pass', 'Pass', 'Pass'];
status.assertEqual(message_event.data, golden);
status.pass();
}, false);
« no previous file with comments | « chrome/test/data/nacl/manifest_file/irt_manifest_file_test.cc ('k') | chrome/test/data/nacl/nacl_test_data.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698