Home
last modified time | relevance | path

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

/trunk/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()
269 for ( int nInd = 0; nInd < aTestRels.length; nInd++ ) in checkRelations()
272 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
274 if ( aTestRels[nInd][nTagInd].First.equals( "Id" ) ) in checkRelations()
283 …ies has no ID, num = " + nInd + ", length = " + aTestRels[nInd].length + ", global length = " + aT… in checkRelations()
287 if ( aStorRels[nStorInd][nStorIDInd].Second.equals( aTestRels[nInd][nIDInd].Second ) ) in checkRelations()
289 boolean[] pRelCheckMark = new boolean[ aTestRels[nInd].length ]; in checkRelations()
298 for ( int nTagInd = 0; nTagInd < aTestRels[nInd].length; nTagInd++ ) in checkRelations()
300 if ( aTestRels[nInd][nTagInd].First.equals( aStorRels[nStorInd][nStorTagInd].First ) ) in checkRelations()
[all …]

Completed in 15 milliseconds