From 4030c85236f671386eb2a5f9e0effb25d5a7f84d Mon Sep 17 00:00:00 2001 From: Piotr Gawron <piotr.gawron@uni.lu> Date: Mon, 6 Mar 2017 15:15:48 +0100 Subject: [PATCH] test cleaning --- .../src/test/java/smash/appointment/parse/AllTests.java | 1 + .../smash/appointment/parse/RedcapCalendarParserTest.java | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 5d18d809..1755cc4b 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 012ffcff..2a9a17fa 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{ -- GitLab