sbsv2/raptor/test/unit_suite/raptor_cli_unit.py
branchwip
changeset 29 ee00c00df073
parent 3 e1eecf4d390d
child 218 08ca0919c66d
--- a/sbsv2/raptor/test/unit_suite/raptor_cli_unit.py	Tue Dec 01 23:06:30 2009 +0000
+++ b/sbsv2/raptor/test/unit_suite/raptor_cli_unit.py	Wed Dec 02 00:21:12 2009 +0000
@@ -116,6 +116,10 @@
 	def SetExportOnly(self, yesOrNo):
 		self.doExportOnly = yesOrNo
 		return True
+
+	def SetNoExport(self, yesOrNo):
+		self.doExport = not yesOrNo
+		return True
 	
 	def SetKeepGoing(self, yesOrNo):
 		return True
@@ -131,6 +135,9 @@
 
 	def SetToolCheck(self, toolcheck):
 		return True
+	
+	def SetTiming(self, yesOrNo):
+		return True
 
 	def SetParallelParsing(self, onoroff):
 		self.pp=onoroff