Jeff Jensen - 2016-06-05
  • Description has changed:

Diff:

--- old
+++ new
@@ -12,6 +12,6 @@
 > but
 > Assertion doesn't throw any erros, leading to a false positive assertion.

-As Jeff pointed out [here](https://sourceforge.net/p/dbunit/bugs/386/#059d), there is an old test case that leads us to believe this was intentionally designed to beahve like this.
+As Jeff pointed out [here](https://sourceforge.net/p/dbunit/bugs/386/#059d), there is an old test case that leads us to believe this was intentionally designed to behave like this.

 I opened this ticket so that we can discuss if the current behavior of `DbUnitAssert.assertEquals(ITable,ITable)` actually makes sense and if it does, then if it makes sense to provide a new method in DbUnitAssert that takes `isCaseSensitiveTableName` into consideration when comparing two ITable's that were obtained from the same IDataSet.
  • status: open --> pending
  • assigned_to: Jeff Jensen