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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubMapTest.java (file contents):
Revision 1.13 by jsr166, Tue Dec 1 09:48:13 2009 UTC vs.
Revision 1.14 by jsr166, Wed Dec 23 00:47:16 2009 UTC

# Line 1182 | Line 1182 | public class ConcurrentSkipListSubMapTes
1182      // Exception testDescendings
1183  
1184      /**
1185 <     * get(null) of nm1mpty map throws NPE
1185 >     * get(null) of empty map throws NPE
1186       */
1187      public void testDescendingGet_NullPointerException() {
1188          try {
# Line 1193 | Line 1193 | public class ConcurrentSkipListSubMapTes
1193      }
1194  
1195      /**
1196 <     * containsKey(null) of nm1mpty map throws NPE
1196 >     * containsKey(null) of empty map throws NPE
1197       */
1198      public void testDescendingContainsKey_NullPointerException() {
1199          try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines