Revision: 3459
Author: mo.jeff
Date: Mon Apr 19 08:20:49 2010
Log: Testing a hunch on the out-of-memory errors occurring in the
continuous builds.
I've noticed the unit tests slow down a lot on this test because it's
printing out a lot of new debug messages from loading the larger
default_database_types.ini. I wonder if the larger log file might be a
cause? We'll find out.
http://code.google.com/p/power-architect/source/detail?r=3459
Modified:
/trunk/regress/ca/sqlpower/architect/swingui/TestSwingUIProject.java
=======================================
--- /trunk/regress/ca/sqlpower/architect/swingui/TestSwingUIProject.java
Wed Apr 14 07:49:36 2010
+++ /trunk/regress/ca/sqlpower/architect/swingui/TestSwingUIProject.java
Mon Apr 19 08:20:49 2010
@@ -39,8 +39,6 @@
import javax.xml.parsers.DocumentBuilderFactory;
import org.apache.log4j.BasicConfigurator;
-import org.apache.log4j.Level;
-import org.apache.log4j.Logger;
import org.apache.tools.ant.filters.StringInputStream;
import ca.sqlpower.ArchitectTestCase;
@@ -1069,7 +1067,7 @@
public void testLoadCoversPlayPen()throws Exception{
BasicConfigurator.configure();
- Logger.getRootLogger().setLevel(Level.DEBUG);
+// Logger.getRootLogger().setLevel(Level.DEBUG);
testLoad();
PlayPen oldPP = project.getSession().getPlayPen();
--
Subscription settings:
http://groups.google.com/group/architect-commits/subscribe?hl=en