Changeset 896
- Timestamp:
- 10/07/06 22:59:42 (2 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/source/org/kolaka/freecast/tracker/statistics/test/FileTrackerStatisticsConsumerTest.java
r891 r896 52 52 String output = (String) lines.get(0); 53 53 // TODO could fail in another timezone :/ 54 assertEquals("19700101-010000 #0 1 2 3 true", output);54 assertEquals("19700101-010000 0 1 2 3 true", output); 55 55 } 56 56
