Revision: 3615
Author: [email protected]
Date: Mon Jun 14 09:00:02 2010
Log: NEW - bug 2458: Create Critic Manager
http://trillian.sqlpower.ca/bugzilla/show_bug.cgi?id=2458
Corrected the play pen test. The criticism bucket does not need to be
copied as its settings are continually being recalulated.
http://code.google.com/p/power-architect/source/detail?r=3615
Modified:
/trunk/regress/ca/sqlpower/architect/swingui/TestPlayPen.java
=======================================
--- /trunk/regress/ca/sqlpower/architect/swingui/TestPlayPen.java Tue Apr
6 14:44:35 2010
+++ /trunk/regress/ca/sqlpower/architect/swingui/TestPlayPen.java Mon Jun
14 09:00:02 2010
@@ -369,6 +369,10 @@
// The copy of the play pen is for things like print preview, so
we don't want to
// duplicate menus and other interactive features. (?)
copyIgnoreProperties.add("popupFactory");
+
+ //This property is specific to each play pen and it's settings
will be re-calculated
+ //regularly so it does not need to be copied.
+ copyIgnoreProperties.add("criticismBucket");
// First pass: set all settable properties, because testing the
duplication of
// an object with all its properties at their
defaults is not a