Runs the test case.
Document doc;
DocumentType docType;
String systemId;
int index;
doc = (Document) load("staffNS", false);
docType = doc.getDoctype();
systemId = docType.getSystemId();
assertURIEquals("systemId", null, null, null, "staffNS.dtd", null, null, null, null, systemId);