String emptyPrefix = "";
String name = "http://example.org/foo";
String otherName = "http://example.org/bar";
sc.removeNamespace(prefix);
sc.removeNamespace(emptyPrefix);
sc.commit();
sc.begin();
// Namespace initially absent?
assertNull(sc.getNamespace(prefix));