[CMF-checkins] CVS: CMF - test_Topic.py:1.4

Jeffrey Shell jeffrey@digicool.com
Fri, 30 Mar 2001 11:49:40 -0500 (EST)


Update of /cvs-repository/CMF/CMFTopic/tests
In directory korak:/home/jeffrey/InstanceHomes/cmf-dev/CMF/CMFTopic/tests

Modified Files:
	test_Topic.py 
Log Message:
Updated test_Empty to reflect the presence of a new criteria type.



--- Updated File test_Topic.py in package CMF --
--- test_Topic.py	2001/03/27 16:17:14	1.3
+++ test_Topic.py	2001/03/30 16:49:39	1.4
@@ -12,7 +12,7 @@
     """ Test all the general Topic cases  """
     def test_Empty( self ):
         topic = Topic('top')
-        assert len(topic._criteriaTypes) == 3
+        assert len(topic._criteriaTypes) == 4
         query = topic.buildQuery()
         assert len( query ) == 0