| 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);
|
|
|