Searched refs:xStmtsEnum (Results 1 – 1 of 1) sorted by relevance
| /AOO42X/main/sfx2/qa/complex/sfx2/ |
| H A D | DocumentMetadataAccess.java | 201 XEnumeration xStmtsEnum; in check() local 239 xStmtsEnum = xRep.getStatements(null, null, null); in check() 240 assertTrue("new: manifest graph", eq(xStmtsEnum, manifestStmts)); in check() 426 xStmtsEnum = xManifest.getStatements(null, null, null); in check() 428 eq(xStmtsEnum, new Statement[] { in check() 433 xStmtsEnum = xManifest.getStatements(null, null, null); in check() 435 eq(xStmtsEnum, manifestStmts)); in check() 438 xStmtsEnum = xManifest.getStatements(null, null, null); in check() 440 eq(xStmtsEnum, new Statement[] { in check() 445 xStmtsEnum = xManifest.getStatements(null, null, null); in check() [all …]
|