IN PROGRESS - BATCH-34: Support for multiple I/O files in a single jobRun for a particular scheduleDate.

fixed failing test
This commit is contained in:
robokaso
2008-11-10 11:52:55 +00:00
parent fdbf216dc7
commit 8ef9735fb4

View File

@@ -13,8 +13,8 @@ public class SimpleResourceSuffixCreatorTests {
@Test
public void testGetSuffix() {
assertEquals("0", tested.getSuffix(0));
assertEquals("1", tested.getSuffix(1));
assertEquals("3463457", tested.getSuffix(3463457));
assertEquals(".0", tested.getSuffix(0));
assertEquals(".1", tested.getSuffix(1));
assertEquals(".3463457", tested.getSuffix(3463457));
}
}