| Index: tests/utils/yaml_test.dart
|
| diff --git a/tests/utils/src/YamlTest.dart b/tests/utils/yaml_test.dart
|
| similarity index 99%
|
| rename from tests/utils/src/YamlTest.dart
|
| rename to tests/utils/yaml_test.dart
|
| index e53b70639613236d13fab67c3f75000c75e7c7a1..312915a43f839368af8e142195695ccdf9eb6828 100644
|
| --- a/tests/utils/src/YamlTest.dart
|
| +++ b/tests/utils/yaml_test.dart
|
| @@ -4,9 +4,9 @@
|
|
|
| #library('yaml_test');
|
|
|
| -#import('../../../lib/unittest/unittest.dart');
|
| -#import('../../../utils/yaml/yaml.dart');
|
| -#import('../../../utils/yaml/deep_equals.dart');
|
| +#import('../../lib/unittest/unittest.dart');
|
| +#import('../../utils/yaml/yaml.dart');
|
| +#import('../../utils/yaml/deep_equals.dart');
|
| #import('test_utils.dart');
|
|
|
| /** Constructs a new yaml.YamlMap, optionally from a normal Map. */
|
|
|