Bug 463804 - Tests missing in Makefile.in; r=dcamp a191b2=beltzner

(to CLOSED TREE)
This commit is contained in:
Honza Bambas 2008-11-21 20:02:25 +01:00
parent c1e5032f15
commit e427632c32
2 changed files with 8 additions and 1 deletions

View File

@ -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 \

View File

@ -118,7 +118,7 @@ function finalize()
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");