def test_output2 (self) :
                r = "<xml>" + str2 + "</xml>"
                s = xml_output()
                #Check num pattern occurances supposed to happen per file               
                self.assert_(s == 0)
	def test_output (self) :
                r = "<xml>" + str0 + "</xml>"
		s = xml_output()
                #Check num pattern occurances supposed to happen per file
                #reset_globals() was added right before this return
		self.assert_(s == 0)