mirror of
https://github.com/mitb-archive/filebot
synced 2024-11-02 08:25:02 -04:00
* update unit-tests
This commit is contained in:
parent
d054c50c18
commit
a7907feba0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user