enable constructor test for local test discovery index

This commit is contained in:
Dmitry Batkovich
2018-02-27 16:55:24 +03:00
parent 75d7623051
commit 00d07f3cb3
@@ -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"));
}