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

Comparing jsr166/src/test/tck/TreeSubMapTest.java (file contents):
Revision 1.10 by jsr166, Tue Dec 1 06:03:49 2009 UTC vs.
Revision 1.11 by jsr166, Tue Dec 1 09:44:58 2009 UTC

# Line 246 | Line 246 | public class TreeSubMapTest extends JSR1
246  
247          Map.Entry e4 = map.lowerEntry(zero);
248          assertNull(e4);
249
249      }
250  
251      /**
# Line 265 | Line 264 | public class TreeSubMapTest extends JSR1
264  
265          Map.Entry e4 = map.higherEntry(six);
266          assertNull(e4);
268
267      }
268  
269      /**
# Line 284 | Line 282 | public class TreeSubMapTest extends JSR1
282  
283          Map.Entry e4 = map.floorEntry(zero);
284          assertNull(e4);
287
285      }
286  
287      /**
# Line 303 | Line 300 | public class TreeSubMapTest extends JSR1
300  
301          Map.Entry e4 = map.ceilingEntry(six);
302          assertNull(e4);
306
303      }
304  
305      /**
# Line 814 | Line 810 | public class TreeSubMapTest extends JSR1
810  
811          Map.Entry e4 = map.lowerEntry(zero);
812          assertNull(e4);
817
813      }
814  
815      /**
# Line 833 | Line 828 | public class TreeSubMapTest extends JSR1
828  
829          Map.Entry e4 = map.higherEntry(m6);
830          assertNull(e4);
836
831      }
832  
833      /**
# Line 852 | Line 846 | public class TreeSubMapTest extends JSR1
846  
847          Map.Entry e4 = map.floorEntry(zero);
848          assertNull(e4);
855
849      }
850  
851      /**
# Line 871 | Line 864 | public class TreeSubMapTest extends JSR1
864  
865          Map.Entry e4 = map.ceilingEntry(m6);
866          assertNull(e4);
874
867      }
868  
869      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines