Skip to content
Snippets Groups Projects
Commit 4030c852 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

test cleaning

parent f74f08a0
No related branches found
No related tags found
1 merge request!2Appointments dev
......@@ -12,6 +12,7 @@ import org.junit.runners.Suite.SuiteClasses;
PrcControlParserTest.class, //
PrcFlyingParserTest.class, //
PrcSubjectsParserTest.class, //
RedcapCalendarParserTest.class, //
RedcapParserTest.class, //
SubjectDaoTest.class, //
......
......@@ -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{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment