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

Unified Diff: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java

Issue 18548007: UI tests for 'Rename' and 'Extract Local Variable' refactorings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes for review comments Created 7 years, 5 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 | « editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java
diff --git a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/TestAll.java b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java
similarity index 85%
rename from editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/TestAll.java
rename to editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java
index 5ec6e1af25d9fbae2162d37cab13f5293db01745..b67aa0bbc71397d7e0ba589a8db671f103b4c4b6 100644
--- a/editor/tools/plugins/com.google.dart.tools.ui.swtbot_test/src/com/google/dart/tools/ui/internal/refactoring/TestAll.java
+++ b/editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/TestAll.java
@@ -11,7 +11,7 @@
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
-package com.google.dart.tools.ui.internal.refactoring;
+package editor.refactoring;
import junit.framework.Test;
import junit.framework.TestSuite;
@@ -19,7 +19,8 @@ import junit.framework.TestSuite;
public class TestAll {
public static Test suite() {
TestSuite suite = new TestSuite("Tests in " + TestAll.class.getPackage().getName());
- suite.addTestSuite(RenameLinkedModeTest.class);
+ suite.addTestSuite(RenameRefactoringTest.class);
+ suite.addTestSuite(ExtractLocalRefactoringTest.class);
return suite;
}
}
« no previous file with comments | « editor/tools/plugins/com.google.dart.tools.ui_test/src-ui/editor/refactoring/RenameRefactoringTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698