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

Unified Diff: chrome/test/data/webui/assertions.js

Issue 7645007: WebUI Testing: async support - global mocking, deferred runs, continued run. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Minor comment fix. Created 9 years, 4 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
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/assertions-inl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/assertions.js
diff --git a/chrome/test/data/webui/assertions.js b/chrome/test/data/webui/assertions.js
index daf18735bcd909b7c3f4d4d1aa92395ae06d242e..9fc91f03ad01b0157dd2a2e027cbda3da7113c3f 100644
--- a/chrome/test/data/webui/assertions.js
+++ b/chrome/test/data/webui/assertions.js
@@ -6,17 +6,9 @@ function WebUIAssertionsTest() {}
WebUIAssertionsTest.prototype = {
__proto__: testing.Test.prototype,
- browsePreload: 'chrome://DummyURL',
- typedefCppFixture: null,
+ browsePreload: DUMMY_URL,
};
-GEN('#include "chrome/test/data//webui/assertions-inl.h"');
-GEN('');
-GEN('WebUIAssertionsTest::WebUIAssertionsTest() {}');
-GEN('WebUIAssertionsTest::~WebUIAssertionsTest() {}');
-GEN('MockWebUIProvider::MockWebUIProvider() {}');
-GEN('MockWebUIProvider::~MockWebUIProvider() {}');
-
function testTwoExpects() {
expectTrue(false);
expectTrue(0);
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | chrome/test/data/webui/assertions-inl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698