matthiasanton - 2008-11-28

Running sqlunit on postgres db.

Trying to run ddl in include file in setup.

Always end up with
BUILD FAILED
: System error (net.sourceforge.sqlunit.parsers.ParseException): Encountered "<EOF>" at line 2, column 1.
Was expecting one of:
    <MULTILINE_DELIMITER> ...
    <MULTILINE_CHAR> ...
   

The file I'd like to use is a mixed DDL/DML set - create tables, prepopulate with some default values, then run the test.

The file I am using now, just to see if I can get it working, is a single create table.

is DDL supposed to work here?