some tests from execution-tests moved to community
authorDmitry Jemerov <yole@jetbrains.com>
Mon, 22 Jul 2013 17:00:49 +0000 (19:00 +0200)
committerDmitry Jemerov <yole@jetbrains.com>
Mon, 22 Jul 2013 17:04:54 +0000 (19:04 +0200)
commite74b420f47da4e0c6fd80421d40fa1825b79878e
tree22b5529db1ce785952f9c745e91e1494df98321e
parent8e8b2f6ca7a3ab04a36477059be495e843e244db
some tests from execution-tests moved to community
40 files changed:
java/java-tests/java-tests.iml
java/java-tests/testData/junit/configurations/commonConfiguration/apackage/SampleClass.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/mock JUnit/junit/framework/TestCase.class [new file with mode: 0644]
java/java-tests/testData/junit/configurations/mock JUnit/junit/framework/TestCase.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/mock JUnit/junit/framework/ThirdPartyClass.class [new file with mode: 0644]
java/java-tests/testData/junit/configurations/mock JUnit/junit/framework/ThirdPartyClass.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module1/noTests/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module1/test1/DerivedTest.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module1/test1/InnerTest.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module1/test1/TestA.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module1/test2/NotATest.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module2/noTests/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module2/test1/TestA.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module2/test2/Test2.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module3/noTests/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module3/test1/TestB.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module3/test2/NotATest2.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module4/classes/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module4/src/Application.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module4/testClasses/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module4/testSrc/TestApplication.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/module5/test1/Test5.java [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/general 1/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/general 2/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/general 3/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/general 4/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/tests1/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/tests2/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/tests3/keep.dir [new file with mode: 0644]
java/java-tests/testData/junit/configurations/outputs/tests4/keep.dir [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/BaseConfigurationTestCase.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/ConfigurationRefactoringsTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/ConfigurationsTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/TestSources.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/actions/BaseRunConfigurationActionTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/actions/ContextConfigurationTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/filters/ExceptionWorkerTest.java [new file with mode: 0644]
java/java-tests/testSrc/com/intellij/execution/impl/RunConfigurableTest.java [new file with mode: 0644]
platform/platform-tests/testSrc/com/intellij/execution/PathListBuilderTest.java [new file with mode: 0644]
platform/platform-tests/testSrc/com/intellij/execution/filters/RegexpFilterTest.java [new file with mode: 0644]