Skip to content

Commit 7a42f96

Browse files
committed
remove TODO
1 parent 5c491fe commit 7a42f96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

exist-core/src/test/java/org/exist/http/RESTServiceTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,6 @@ public static void setup() throws PermissionDeniedException, IOException, Trigge
254254
credentials = Base64.encodeBase64String("admin:".getBytes(UTF_8));
255255
badCredentials = Base64.encodeBase64String("johndoe:this pw should fail".getBytes(UTF_8));
256256

257-
//TODO create collection /db/AéB and store doc AéB.xml
258257
final XmldbURI TEST_XML_DOC_URI = XmldbURI.create("AéB.xml");
259258
final XmldbURI TEST_COLLECTION_URI = XmldbURI.create("/db/AéB");
260259
final String TEST_XML_DOC = "<foo/>";

0 commit comments

Comments
 (0)