Searched refs:goodString (Results 1 – 1 of 1) sorted by relevance
486 String goodString = goodCursor.getString(1); in testSchemasEqualForAllTables() local487 if (badString == null && goodString == null) { in testSchemasEqualForAllTables()493 goodString = goodString.replaceAll("[()]", ""); in testSchemasEqualForAllTables()495 goodString = goodString.replaceAll(" +", " "); in testSchemasEqualForAllTables()498 String[] goodSql = goodString.split(","); in testSchemasEqualForAllTables()