Skip to content

Conversation

CarolynRountree
Copy link
Contributor

@CarolynRountree CarolynRountree commented Jul 30, 2020

Did a lot of testing and found only the removal of a top level causes the problem. Problem due to an undefined variable.

Fixes Jira WDT-436

@@ -190,6 +190,60 @@ def testCompareModelInvalidFile(self):

self.assertNotEqual(return_code, 0)

def testDeleteModelAppDeploymentsRemoved(self):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this like a double negative? Delete ... Removed. Please add a comment, or change the name of the method to clarify the intent.

Fix double negative in test name
@@ -190,7 +190,7 @@ def testCompareModelInvalidFile(self):

self.assertNotEqual(return_code, 0)

def testDeleteModelAppDeploymentsRemoved(self):
def testDeleteModelAppDeployments(self):
_method_name = 'testCompareModelFull'
Copy link
Member

@rakillen rakillen Jul 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

_method_name doesn't match

@ddsharpe ddsharpe merged commit d7ee0f5 into master Jul 30, 2020
@ddsharpe ddsharpe deleted the WDT-436-removing-top-level-issue branch July 30, 2020 22:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants