| Index: client/tests/client/dom/CacheTest.dart
|
| diff --git a/client/tests/client/dom/CacheTest.dart b/client/tests/client/dom/CacheTest.dart
|
| index 635d0d123569fc91ca34ad6e567106b132fbe81a..24c19afb3f85fb984b540f4896e559b4ef26bd26 100644
|
| --- a/client/tests/client/dom/CacheTest.dart
|
| +++ b/client/tests/client/dom/CacheTest.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));
|
|
|