Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(576)

Unified Diff: tests/standalone/io/web_socket_protocol_processor_test.dart

Issue 10252020: test rename overhaul: step 12 - standalone (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tests/standalone/io/url_encoding_test.dart ('k') | tests/standalone/medium_integer_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/web_socket_protocol_processor_test.dart
diff --git a/tests/standalone/src/io/WebSocketProtocolProcessorTest.dart b/tests/standalone/io/web_socket_protocol_processor_test.dart
similarity index 98%
rename from tests/standalone/src/io/WebSocketProtocolProcessorTest.dart
rename to tests/standalone/io/web_socket_protocol_processor_test.dart
index ab381e78d11a56aa7e5307d54b4df5ad0d4c1b27..88c7c7838f4852367bd3d4e93cf862180c685fe7 100644
--- a/tests/standalone/src/io/WebSocketProtocolProcessorTest.dart
+++ b/tests/standalone/io/web_socket_protocol_processor_test.dart
@@ -2,8 +2,8 @@
// 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/websocket.dart");
-#source("../../../../runtime/bin/websocket_impl.dart");
+#source("../../../runtime/bin/websocket.dart");
+#source("../../../runtime/bin/websocket_impl.dart");
class WebSocketFrame {
WebSocketFrame(int opcode, List<int> data);
« no previous file with comments | « tests/standalone/io/url_encoding_test.dart ('k') | tests/standalone/medium_integer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698