Skip to content

Commit

Permalink
Bug 463804 - Tests missing in Makefile.in; r=dcamp a191b2=beltzner
Browse files Browse the repository at this point in the history
(to CLOSED TREE)
  • Loading branch information
mayhemer committed Nov 21, 2008
1 parent 44d0ff6 commit 0d154c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions dom/tests/mochitest/ajax/offline/Makefile.in
Expand Up @@ -60,6 +60,13 @@ _TEST_FILES = \
test_refetchManifest.html \
test_offlineIFrame.html \
test_bug445544.html \
test_offlineMode.html \
test_foreign.html \
test_fallback.html \
test_updatingManifest.html \
notonwhitelist.html \
onwhitelist.html \
onwhitelist.html^headers^ \
445544_part1.html \
445544_part2.html \
445544.cacheManifest \
Expand Down
2 changes: 1 addition & 1 deletion dom/tests/mochitest/ajax/offline/test_offlineMode.html
Expand Up @@ -118,7 +118,7 @@
ioserv.offline = false;

OfflineTest.is(gGotExplicitVersion, 1, "Explicit entry loaded");
OfflineTest.is(gGotImplicitVersion == 1, "Bug 461325 - Implicit entry loaded");
OfflineTest.is(gGotImplicitVersion, 1, "Bug 461325 - Implicit entry loaded");
OfflineTest.is(gGotDynamicVersion, 1, "Dynamic entry loaded");
OfflineTest.ok(gGotOnError, "Got onerror event invoked by implicit page load in offline mode");

Expand Down

0 comments on commit 0d154c3

Please sign in to comment.