Assert.assertEquals("Should report correct namespace",
"ns", v.getDataset().getNamespace());
Assert.assertEquals("Should report correct name",
"test", v.getDataset().getName());
Constraints withUser = new Constraints(loaded.getSchema())
.with("username", new Utf8("user"));
Assert.assertEquals("Constraints should be username=user",
withUser, ((FileSystemView) v).getConstraints());
repo.delete("ns", "test");