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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.11 by jsr166, Sun Nov 22 18:57:17 2009 UTC vs.
Revision 1.12 by jsr166, Tue Dec 1 09:48:13 2009 UTC

# Line 338 | Line 338 | public class ConcurrentSkipListSubSetTes
338  
339          Object e4 = q.lower(zero);
340          assertNull(e4);
341
341      }
342  
343      /**
# Line 357 | Line 356 | public class ConcurrentSkipListSubSetTes
356  
357          Object e4 = q.higher(six);
358          assertNull(e4);
360
359      }
360  
361      /**
# Line 376 | Line 374 | public class ConcurrentSkipListSubSetTes
374  
375          Object e4 = q.floor(zero);
376          assertNull(e4);
379
377      }
378  
379      /**
# Line 395 | Line 392 | public class ConcurrentSkipListSubSetTes
392  
393          Object e4 = q.ceiling(six);
394          assertNull(e4);
398
395      }
396  
397      /**
# Line 844 | Line 840 | public class ConcurrentSkipListSubSetTes
840  
841          Object e4 = q.lower(zero);
842          assertNull(e4);
847
843      }
844  
845      /**
# Line 863 | Line 858 | public class ConcurrentSkipListSubSetTes
858  
859          Object e4 = q.higher(m6);
860          assertNull(e4);
866
861      }
862  
863      /**
# Line 882 | Line 876 | public class ConcurrentSkipListSubSetTes
876  
877          Object e4 = q.floor(zero);
878          assertNull(e4);
885
879      }
880  
881      /**
# Line 901 | Line 894 | public class ConcurrentSkipListSubSetTes
894  
895          Object e4 = q.ceiling(m6);
896          assertNull(e4);
904
897      }
898  
899      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines