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

Comparing jsr166/src/test/jtreg/util/Collections/EmptyNavigableMap.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 33 | Line 33 | import java.util.Collection;
33   import java.util.Collections;
34   import java.util.Comparator;
35   import java.util.Iterator;
36 import java.util.NoSuchElementException;
36   import java.util.NavigableMap;
37   import java.util.SortedMap;
38   import java.util.TreeMap;
# Line 41 | Line 40 | import org.testng.annotations.Test;
40   import org.testng.annotations.DataProvider;
41  
42   import static org.testng.Assert.fail;
44 import static org.testng.Assert.assertEquals;
43   import static org.testng.Assert.assertTrue;
44   import static org.testng.Assert.assertFalse;
47 import static org.testng.Assert.assertSame;
45  
46   public class EmptyNavigableMap {
47  
# Line 128 | Line 125 | public class EmptyNavigableMap {
125              navigableMap.containsKey(new Object());
126          },
127              ClassCastException.class,
128 <            description + ": Compareable should be required");
128 >            description + ": Comparable should be required");
129      }
130  
131      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines