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.2 by jsr166, Thu Sep 10 01:03:38 2015 UTC vs.
Revision 1.4 by jsr166, Sat Sep 17 20:38:49 2016 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 284 | Line 283 | public class EmptyNavigableSet {
283                      navigableSet.subSet(last, true, first, false);
284                  },
285                  IllegalArgumentException.class, description
286 <                + ": Must throw IllegalArgumentException when fromElement is not less then then toElement.");
286 >                + ": Must throw IllegalArgumentException when fromElement is not less than toElement.");
287  
288          navigableSet.subSet(first, true, last, false);
289      }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines