* update unit-tests

This commit is contained in:
Reinhard Pointner 2013-10-20 13:10:39 +00:00
parent d054c50c18
commit a7907feba0
1 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ public class SeasonEpisodeMatcherTest {
// test look-ahead and look-behind
assertEquals(new SxE(1, 3), matcher.match("Test_-_103_[1280x720]").get(0));
// test look-ahead and look-behind
assertEquals(new SxE(1, 4), new SeasonEpisodeMatcher(null, true).match("Atlantis.2013.1x04.Twist.of.Fate").get(0));
}
@Test