| Index: tests/utils/uri_test.dart
|
| diff --git a/tests/utils/src/UriTest.dart b/tests/utils/uri_test.dart
|
| similarity index 99%
|
| rename from tests/utils/src/UriTest.dart
|
| rename to tests/utils/uri_test.dart
|
| index 466b55b7b3075d88453f29aaac49017eb19ba13c..8a71b98ab2fe81518d4ab0a488d9419d4b5a72f6 100644
|
| --- a/tests/utils/src/UriTest.dart
|
| +++ b/tests/utils/uri_test.dart
|
| @@ -4,7 +4,7 @@
|
|
|
| #library('uriTest');
|
|
|
| -#import('../../../lib/uri/uri.dart');
|
| +#import('../../lib/uri/uri.dart');
|
|
|
| testUri(String uri, bool isAbsolute) {
|
| Expect.equals(isAbsolute, new Uri.fromString(uri).isAbsolute());
|
|
|