我有一个数据集(在Xml中界定),一使用邮政GreSQL、POJO和JPA附加说明,二是同Junit共同测试的Db。
When the test runs, it creates the tables and sequences in the database, but when it starts to read the dataset (xml) with the table definitions and columns, it fires the following error org.dbunit.dataset.NoSuchTableException "nameoftable" I tried to put the name of the table with all caps and normal caps, and it won t work. The table was created in the public schema, and then i tried to define in the xml the table as public."nameoftable" but it also won t work.... any ideas?
我试图用以下版本与注射器一起进行这一测试:2.2.2, 2.3.0和2.4.5。
感谢。