| 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;
|
| }
|
| }
|
|
|