All of lore.kernel.org
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/test congaDemoTests.py
@ 2006-12-04 15:50 ldimaggi
  0 siblings, 0 replies; only message in thread
From: ldimaggi @ 2006-12-04 15:50 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	ldimaggi at sourceware.org	2006-12-04 15:50:02

Modified files:
	luci/test      : congaDemoTests.py 

Log message:
	Inadvertently commented out some tests.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/test/congaDemoTests.py.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- conga/luci/test/congaDemoTests.py	2006/12/04 15:48:24	1.2
+++ conga/luci/test/congaDemoTests.py	2006/12/04 15:50:02	1.3
@@ -173,8 +173,8 @@
 
 def suite():
         suite = unittest.TestSuite()
-        #suite.addTest(congaDemoTests('test_congaStorage'))
-        #suite.addTest(congaDemoTests('test_congaUsers'))
+        suite.addTest(congaDemoTests('test_congaStorage'))
+        suite.addTest(congaDemoTests('test_congaUsers'))
         suite.addTest(congaDemoTests('test_congaCluster'))
         return suite
 



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-04 15:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-04 15:50 [Cluster-devel] conga/luci/test congaDemoTests.py ldimaggi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.