| Index: tests/standalone/io/url_encoding_test.dart
|
| diff --git a/tests/standalone/src/io/UrlEncodingTest.dart b/tests/standalone/io/url_encoding_test.dart
|
| similarity index 95%
|
| rename from tests/standalone/src/io/UrlEncodingTest.dart
|
| rename to tests/standalone/io/url_encoding_test.dart
|
| index cce2ce10a8202dc618578df2f19d10a968e8f2ba..17b4588856053b2dbef3949d53c48a19c0370ad0 100644
|
| --- a/tests/standalone/src/io/UrlEncodingTest.dart
|
| +++ b/tests/standalone/io/url_encoding_test.dart
|
| @@ -2,7 +2,7 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -#source("../../../../runtime/bin/http_utils.dart");
|
| +#source("../../../runtime/bin/http_utils.dart");
|
|
|
| void testParseEncodedString() {
|
| String encodedString = 'foo+bar%20foobar%25%26';
|
|
|