extract tests

This commit is contained in:
Keith Donald
2008-04-22 19:01:51 +00:00
parent adb7b71e94
commit 199aebbd9e

View File

@@ -324,4 +324,9 @@ public class LocalAttributeMapTests extends TestCase {
assertEquals(map, map2);
}
public void testExtract() {
assertEquals("A string", attributeMap.extract("string"));
assertFalse(attributeMap.contains("string"));
}
}