ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/jtreg/util/Collections/EmptyNavigableSet.java
(Generate patch)

Comparing jsr166/src/test/jtreg/util/Collections/EmptyNavigableSet.java (file contents):
Revision 1.3 by jsr166, Mon Feb 8 22:13:07 2016 UTC vs.
Revision 1.5 by jsr166, Tue May 2 14:15:31 2017 UTC

# Line 41 | Line 41 | import org.testng.annotations.Test;
41   import org.testng.annotations.DataProvider;
42  
43   import static org.testng.Assert.fail;
44 import static org.testng.Assert.assertEquals;
45 import static org.testng.Assert.assertTrue;
44   import static org.testng.Assert.assertFalse;
45   import static org.testng.Assert.assertSame;
46 + import static org.testng.Assert.assertTrue;
47  
48   public class EmptyNavigableSet {
49  
# Line 128 | Line 127 | public class EmptyNavigableSet {
127              navigableSet.contains(new Object());
128          },
129              ClassCastException.class,
130 <            description + ": Compareable should be required");
130 >            description + ": Comparable should be required");
131      }
132  
133      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines