Home
last modified time | relevance | path

Searched refs:aStorRels (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/package/qa/ofopxmlstorages/
H A DTestHelper.java238 public boolean checkRelations( StringPair[][] aStorRels, StringPair[][] aTestRels ) in checkRelations() argument
245 if ( aStorRels.length != aTestRels.length ) in checkRelations()
251 for ( int nStorInd = 0; nStorInd < aStorRels.length; nStorInd++ ) in checkRelations()
256 if ( aStorRels[nStorInd][nStorTagInd].First.equals( "Id" ) ) in checkRelations()
316 … " + nStorInd + " has unexpected tag \"" + aStorRels[nStorInd][nStorTagInd].First + "\", ID = \"" … in checkRelations()
390 StringPair[][] aStorRels; in checkStorageProperties() local
393 aStorRels = xRelAccess.getAllRelationships(); in checkStorageProperties()
401 if ( !checkRelations( aStorRels, aRelations ) ) in checkStorageProperties()
509 StringPair[][] aStorRels; in InternalCheckStream() local
512 aStorRels = xRelAccess.getAllRelationships(); in InternalCheckStream()
[all …]

Completed in 21 milliseconds