[Checkins] SVN: bbkit/trunk/ include bluebream test & dependencies

Baiju M baiju.m.mail at gmail.com
Fri Feb 5 21:20:46 EST 2010


Log message for revision 108811:
  include bluebream test & dependencies
  

Changed:
  U   bbkit/trunk/bluebream.cfg
  U   bbkit/trunk/buildout.cfg
  U   bbkit/trunk/releases/bluebream-1.0a1.cfg

-=-
Modified: bbkit/trunk/bluebream.cfg
===================================================================
--- bbkit/trunk/bluebream.cfg	2010-02-06 02:10:07 UTC (rev 108810)
+++ bbkit/trunk/bluebream.cfg	2010-02-06 02:20:46 UTC (rev 108811)
@@ -18,6 +18,10 @@
 zope.app.session = 3.6.0
 z3c.testsetup = 0.6.1
 
+# Dependencies:
+
+martian = 0.12
+
 [sources]
 zope.app.xmlrpcintrospection = svn svn+ssh://svn.zope.org/repos/main/zope.app.xmlrpcintrospection/trunk
 zope.app.session = svn svn+ssh://svn.zope.org/repos/main/zope.app.session/trunk

Modified: bbkit/trunk/buildout.cfg
===================================================================
--- bbkit/trunk/buildout.cfg	2010-02-06 02:10:07 UTC (rev 108810)
+++ bbkit/trunk/buildout.cfg	2010-02-06 02:20:46 UTC (rev 108811)
@@ -1,6 +1,7 @@
 [buildout]
 parts = test-ztk
         test-zopeapp
+        test-bluebream
         test-community
         depgraph
 extensions = mr.developer
@@ -25,6 +26,10 @@
 recipe = z3c.recipe.compattest
 include = ${zopeapp:packages}
 
+[test-bluebream]
+recipe = z3c.recipe.compattest
+include = ${bluebream:packages}
+
 [test-community]
 recipe = z3c.recipe.compattest
 include = ${community:packages}

Modified: bbkit/trunk/releases/bluebream-1.0a1.cfg
===================================================================
--- bbkit/trunk/releases/bluebream-1.0a1.cfg	2010-02-06 02:10:07 UTC (rev 108810)
+++ bbkit/trunk/releases/bluebream-1.0a1.cfg	2010-02-06 02:20:46 UTC (rev 108811)
@@ -157,3 +157,4 @@
 zope.app.xmlrpcintrospection = 3.5.0
 zope.app.session = 3.6.0
 z3c.testsetup = 0.6.1
+martian = 0.12



More information about the checkins mailing list