예제 #1
0
 def test_UpdateToolLocation(self):
     """
     """
     toolUtils.updateToolLocation(self.ncTool, "Dune Sea")
     self.assertEqual(toolUtils.getToolLocation(self.ncTool), "Dune Sea")
예제 #2
0
 def test_UpdateToolLocation(self):
     """
     """
     toolUtils.updateToolLocation (self.ncTool, "Dune Sea")
     self.assertEqual (toolUtils.getToolLocation (self.ncTool), "Dune Sea")
예제 #3
0
 def test_GetToolLocation(self):
     """
     """
     self.assertEqual(toolUtils.getToolLocation(self.ncTool), "Jedi Temple")
예제 #4
0
 def test_GetToolLocation(self):
     """
     """
     self.assertEqual (toolUtils.getToolLocation (self.ncTool), "Jedi Temple")