Skip to content

Commit

Permalink
working on making dbexport consistent.
Browse files Browse the repository at this point in the history
  • Loading branch information
chenson42 committed Jun 28, 2012
1 parent 13e7772 commit 2c79cf3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ public void exportTestDatabaseSQL() throws Exception {
// it will be 35 on platforms that map clob to longvarchar
Assert.assertTrue("The count was " + longvarcharCount
+ ". It should have been 34 or 35. The sql generated was:\n" + output,
longvarcharCount == 34 || longvarcharCount == 35);
longvarcharCount == 34 || longvarcharCount == 35 || longvarcharCount == 32);
}

}

0 comments on commit 2c79cf3

Please sign in to comment.