On Wed, 2008-03-05 at 15:42 +0000, Roberto Musso wrote: > Just putting the LOGMESSAGES name to logmessages in latest_schema.sql and > running the Unit Test I got the following error:
Mayfly basically does a dump of the entire schema as a big String, and compares that to what it thinks it should be based on the .sql scripts themselves. You can learn more about how this works by examining LatestTestAfterCheckpoint. I think the approach you'll want to take is this: find every table name in the source code, change it to lowercase. and recall: "an uppercase table name is equivalent to a lowercase table name in every existing running instance of Mifos." mentioned here: http://article.gmane.org/gmane.comp.finance.mifos.devel/3970 -- Adam Monsen ------------------------------------------------------------------------- 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/
