Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
oskopek committed Aug 27, 2015
1 parent b35f666 commit 6fa7740
Showing 1 changed file with 0 additions and 8 deletions.
Expand Up @@ -16,7 +16,6 @@

package sk.gymy.seminar.persistence;

import org.junit.Ignore;
import org.junit.Test;
import org.mockito.Mockito;
import org.optaplanner.examples.common.persistence.SolutionDao;
Expand Down Expand Up @@ -56,11 +55,4 @@ public void testCreateGroups() {
assertEquals(18, groups.getSeminarList().size());
assertNull(groups.getScore());
}

@Test
@Ignore("Test pollutes the data/seminar/unsolved directory")
public void testSeminarGeneratorMain() {
SeminarGenerator.main(new String[0]);
}

}

0 comments on commit 6fa7740

Please sign in to comment.