Skip to content

Commit

Permalink
Refs #4316 tests use python2.6 constructs now
Browse files Browse the repository at this point in the history
  • Loading branch information
Janik Zikovsky committed Dec 14, 2011
1 parent f2ffcc8 commit a7b0586
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def tearDown(self):

def test_setWorkspace(self):
sv = self.sv
self.assertIsNotNone(sv, "SliceViewer object was created")
assert (sv is not None)

def test_setWorkspace_MDEventWorkspace(self):
sv = self.sv
Expand Down

0 comments on commit a7b0586

Please sign in to comment.