Correct unit test. fix
authorJon Chatten
Tue, 02 Feb 2010 17:34:53 +0000
branchfix
changeset 222 22e091e03741
parent 221 8653efb0b76b
child 223 25b4c60594cd
Correct unit test.
sbsv2/raptor/test/unit_suite/raptor_cli_unit.py
--- a/sbsv2/raptor/test/unit_suite/raptor_cli_unit.py	Tue Feb 02 16:48:14 2010 +0000
+++ b/sbsv2/raptor/test/unit_suite/raptor_cli_unit.py	Tue Feb 02 17:34:53 2010 +0000
@@ -130,9 +130,11 @@
 		return True
 	
 	def SetNoDependInclude(self, yesOrNo):
+		self.noDependInclude = yesOrNo
 		return True
 
 	def SetNoDependGenerate(self, yesOrNo):
+		self.noDependGenerate = yesOrNo
 		return True
 		
 	def SetJobs(self, N):