mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
enable constructor test for local test discovery index
This commit is contained in:
+1
-1
@@ -90,7 +90,7 @@ public class TestDiscoveryJUnitIntegrationTest extends JUnitAbstractIntegrationT
|
||||
assertTestDiscoveryIndex("Magic", "abracadabra", t("Test", "testClassLoaderMagic"));
|
||||
}
|
||||
|
||||
public void _testConstructor() throws Exception {
|
||||
public void testConstructor() throws Exception {
|
||||
runTestConfiguration(findClass(myModule, "PersonTest"));
|
||||
assertTestDiscoveryIndex("Person", "<init>", t("PersonTest", "testPerson"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user