moving tests to CE
commitb7929673b6b5bf8f5b62ac0d170765481f5a3404
authorDmitry Jemerov <yole@intellij.com>
Fri, 25 Sep 2009 16:51:46 +0000 (25 20:51 +0400)
committerDmitry Jemerov <yole@intellij.com>
Fri, 25 Sep 2009 16:51:46 +0000 (25 20:51 +0400)
tree42c12628b3ee97fea8ad0d406a7a33ba29a81675
parent96ed6ab4dc8ca4be1a1022024db032f08a95b013
moving tests to CE
19 files changed:
java/java-tests/testData/inspection/emptyMethod/SCR8321/expected.xml [moved from testData/inspection/emptyMethod/SCR8321/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/SCR8321/src/MyAdapter.java [moved from testData/inspection/emptyMethod/SCR8321/src/MyAdapter.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/SCR8321/src/MyAdapterUsage.java [moved from testData/inspection/emptyMethod/SCR8321/src/MyAdapterUsage.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/SCR8321/src/MyListener.java [moved from testData/inspection/emptyMethod/SCR8321/src/MyListener.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/externalOverride/expected.xml [moved from testData/inspection/emptyMethod/externalOverride/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/externalOverride/ext_src/Derived.java [moved from testData/inspection/emptyMethod/externalOverride/ext_src/Derived.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/externalOverride/src/Base.java [moved from testData/inspection/emptyMethod/externalOverride/src/Base.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/inAnonymous/expected.xml [moved from testData/inspection/emptyMethod/inAnonymous/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/inAnonymous/src/Test.java [moved from testData/inspection/emptyMethod/inAnonymous/src/Test.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCall/expected.xml [moved from testData/inspection/emptyMethod/superCall/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCall/src/Base.java [moved from testData/inspection/emptyMethod/superCall/src/Base.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCall/src/Derived.java [moved from testData/inspection/emptyMethod/superCall/src/Derived.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCallByRange/expected.xml [moved from testData/inspection/emptyMethod/superCallByRange/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCallByRange/src/Base.java [moved from testData/inspection/emptyMethod/superCallByRange/src/Base.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superCallByRange/src/Derived.java [moved from testData/inspection/emptyMethod/superCallByRange/src/Derived.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superFromAnotherPackageCall/expected.xml [moved from testData/inspection/emptyMethod/superFromAnotherPackageCall/expected.xml with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superFromAnotherPackageCall/src/p1/Base.java [moved from testData/inspection/emptyMethod/superFromAnotherPackageCall/src/p1/Base.java with 100% similarity]
java/java-tests/testData/inspection/emptyMethod/superFromAnotherPackageCall/src/p2/Derived.java [moved from testData/inspection/emptyMethod/superFromAnotherPackageCall/src/p2/Derived.java with 100% similarity]
java/java-tests/testSrc/com/intellij/codeInspection/EmptyMethodTest.java [moved from inspections/tests/com/intellij/codeInspection/EmptyMethodTest.java with 86% similarity]