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.6 by dl, Sat Dec 27 19:26:44 2003 UTC vs.
Revision 1.8 by dl, Tue Jan 13 12:59:29 2004 UTC

# Line 175 | Line 175 | public class TimeUnitTest extends JSR166
175  
176  
177      /**
178 <     * toString returns string containing commn name of unit
178 >     * toString returns string containing common name of unit
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