| Index: tests/dom/cache_test.dart
|
| diff --git a/tests/dom/cache_test.dart b/tests/dom/cache_test.dart
|
| index f22a67aaf9c04d820deb634e6890f45433724f7e..16372c0cc2649a0676d99e83b1bad5e159ee7d01 100644
|
| --- a/tests/dom/cache_test.dart
|
| +++ b/tests/dom/cache_test.dart
|
| @@ -1,10 +1,10 @@
|
| #library('CacheTest');
|
| #import('../../lib/unittest/unittest.dart');
|
| -#import('../../lib/unittest/dom_config.dart');
|
| -#import('dart:dom');
|
| +#import('../../lib/unittest/html_config.dart');
|
| +#import('dart:html');
|
|
|
| main() {
|
| - useDomConfiguration();
|
| + useHtmlConfiguration();
|
| test('ApplicationCache', () {
|
| DOMApplicationCache appCache = window.applicationCache;
|
| Expect.equals("UNCACHED", cacheStatusToString(appCache.status));
|
|
|