Hi Adam,
I started the test on Windows and I have the following behavior that I
cannot explain and maybe you can do as you know the Mifos Unit test very
well.

Just putting the LOGMESSAGES name to logmessages in latest_schema.sql and
running the Unit Test I got the following error:

run_test:
     [echo] Using database: test
    [junit] Running org.mifos.application.Applic
    [junit] );
    [junit]
    [junit] CREATE TABLE [logmessages](
    [junit]   LOG_ID INTEGER A...> but was:<...D
    [junit] );
    [junit]
    [junit] CREATE TABLE [LOGMESSAGES](
    [junit]   LOG_ID INTEGER A...>)
    [junit] command was:
    [junit] DROP TABLE IF EXISTS LOGMESSAGES)

and the ant build file.

I tried with lower_case_table_names=1 and also the default for windows, but
still the same error.

The application seems working properly making the build avoiding Unit Test.

Have you any explanation?

Best



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/

Reply via email to