diff --git a/appointment-import/src/test/java/smash/appointment/parse/AllTests.java b/appointment-import/src/test/java/smash/appointment/parse/AllTests.java index 5d18d8096f02dd342ce2227684342276b60de532..1755cc4b57cebbf8c89aea509a19e366bdd54907 100644 --- a/appointment-import/src/test/java/smash/appointment/parse/AllTests.java +++ b/appointment-import/src/test/java/smash/appointment/parse/AllTests.java @@ -12,6 +12,7 @@ import org.junit.runners.Suite.SuiteClasses; PrcControlParserTest.class, // PrcFlyingParserTest.class, // PrcSubjectsParserTest.class, // + RedcapCalendarParserTest.class, // RedcapParserTest.class, // SubjectDaoTest.class, // diff --git a/appointment-import/src/test/java/smash/appointment/parse/RedcapCalendarParserTest.java b/appointment-import/src/test/java/smash/appointment/parse/RedcapCalendarParserTest.java index 012ffcff0d1de9d368f17a669bbe8c59ad11e5a8..2a9a17fae5e05b342e817ba4fd29e4d0d7bf8d49 100644 --- a/appointment-import/src/test/java/smash/appointment/parse/RedcapCalendarParserTest.java +++ b/appointment-import/src/test/java/smash/appointment/parse/RedcapCalendarParserTest.java @@ -60,10 +60,10 @@ public class RedcapCalendarParserTest extends TestBase{ assertEquals(2, result.size()); } - @Test - public void test() throws Exception{ - List<AppointmentEntry> result = parser.parse("c:/Users/piotr.gawron/Desktop/tmp/prc/redcap_events_calendar.sql", Calendar.getInstance()); - } +// @Test +// public void test() throws Exception{ +// List<AppointmentEntry> result = parser.parse("c:/Users/piotr.gawron/Desktop/tmp/prc/redcap_events_calendar.sql", Calendar.getInstance()); +// } @Test public void testParse2() throws Exception{