Skip to content

Commit

Permalink
Adjust unit test of deleting a parameter group to new behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Oct 19, 2019
1 parent 788a509 commit c903de8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Mod/Test/BaseTests.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ def testGroup(self):
self.failUnless(self.TestPar.HasGroup("44"),"Test on created group failed")
# check on Deletion
self.TestPar.RemGroup("44")
self.failUnless(not self.TestPar.HasGroup("44"),"Test on delete group failed")
Temp =0
self.failUnless(self.TestPar.HasGroup("44"),"A referenced group must not be deleted")
Temp = 0

#check on special conditions
def testInt(self):
Expand Down

0 comments on commit c903de8

Please sign in to comment.