ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/TimeUnitTest.java
(Generate patch)

Comparing jsr166/src/test/tck/TimeUnitTest.java (file contents):
Revision 1.7 by dl, Mon Dec 29 19:05:40 2003 UTC vs.
Revision 1.8 by dl, Tue Jan 13 12:59:29 2004 UTC

# Line 179 | Line 179 | public class TimeUnitTest extends JSR166
179       */
180      public void testToString() {
181          String s = TimeUnit.SECONDS.toString();
182 <        assertTrue(s.indexOf("econd") >= 0);
182 >        assertTrue(s.indexOf("ECOND") >= 0);
183      }
184  
185      

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines