| Index: test/html5_utils_test.dart
|
| diff --git a/test/html5_utils_test.dart b/test/html5_utils_test.dart
|
| index 04094dc9707e326d047ebbc3c71243c0e850d394..a642399eb9cf87d8bcdb75ff8d5649e37673fc1e 100644
|
| --- a/test/html5_utils_test.dart
|
| +++ b/test/html5_utils_test.dart
|
| @@ -11,19 +11,16 @@
|
| library html_type_test;
|
|
|
| import 'dart:io';
|
| -import 'package:html5lib/dom.dart';
|
| -import 'package:pathos/path.dart' as path;
|
| +import 'package:path/path.dart' as path;
|
| import 'package:unittest/compact_vm_config.dart';
|
| import 'package:unittest/unittest.dart';
|
| import 'package:web_ui/src/html5_setters.g.dart';
|
| import 'package:web_ui/src/html5_utils.dart';
|
|
|
| -import 'testing.dart';
|
| -
|
| main() {
|
| useCompactVMConfiguration();
|
| var dir = path.join(
|
| - path.absolute(path.dirname(new Options().script)), 'data', 'out');
|
| + path.absolute(path.dirname(Platform.script.path)), 'data', 'out');
|
|
|
| test('generate type test for tag -> element mapping', () {
|
| var code = new StringBuffer();
|
|
|