User Activity

  • Posted a comment on ticket #200 on dbUnit

    The tests pass because ALL of them use the constructor based on a producer...but there is NO test using the constructor based on another data set.

  • Posted a comment on ticket #200 on dbUnit

    The problem is that this CachedDataSet does not copy any more the original data set (as it states in the JavaDoc). It basically does nothing with the original data set in the constructor...hence it's just an empty dataset.

  • Created ticket #223 on dbUnit

    CachedDataSet does not work

  • Posted a comment on ticket #200 on dbUnit

    This commit actually breaks CachedDataSet...just look at the constructor: /** * Creates a copy of the specified dataset. */ public CachedDataSet(IDataSet dataSet) throws DataSetException { super(dataSet.isCaseSensitiveTableNames()); initialize(); } How can you create a (in-memory) copy of a dataset if the only thing you're using from the original dataset is its case sensitivity flag??? Please put back the original code in there which does the actual copying of the input dataset, i.e.: ITableIterator...

View All

Personal Data

Username:
abotos
Joined:
2019-02-28 21:38:38

Projects

  • No projects to display.

Personal Tools

MongoDB Logo MongoDB