Chromium Code Reviews| Index: tests/standalone/io/http_basic_test.dart |
| diff --git a/tests/standalone/io/http_basic_test.dart b/tests/standalone/io/http_basic_test.dart |
| index f30a32b7ada8507e7a1912f1280629c5fdb7b6a9..665b42eb0d414552a95d36563c85fac221150966 100644 |
| --- a/tests/standalone/io/http_basic_test.dart |
| +++ b/tests/standalone/io/http_basic_test.dart |
| @@ -320,10 +320,10 @@ void testReasonPhrase() { |
| } |
| void main() { |
| - testStartStop(); |
| +// testStartStop(); |
|
Søren Gjesse
2014/02/18 14:28:00
Please re-activate these tests
Anders Johnsen
2014/02/19 09:43:03
Done.
|
| testGET(); |
| - testPOST(true); |
| - testPOST(false); |
| - test404(); |
| - testReasonPhrase(); |
| +// testPOST(true); |
| +// testPOST(false); |
| +// test404(); |
| +// testReasonPhrase(); |
| } |