Skip to content

Commit

Permalink
[SHIBUI-2249]
Browse files Browse the repository at this point in the history
remove test test
remove unneeded check?
  • Loading branch information
jj committed Nov 3, 2021
1 parent edd9d40 commit 9a76083
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -647,10 +647,8 @@ class EntityDescriptorEnversVersioningTests extends Specification {
attrs2.attributes[0].attributeValues[0].xsStringvalue == 'attr1'
attrs2.attributes[0].attributeValues[1].xsStringvalue == 'attr2'

//TODO: here to induce a failure. remove
entityDescriptorHistory == null

getModifiedEntityNames(entityDescriptorHistory, 1).sort() == expectedModifiedPersistentEntities.sort()
// TODO: does this check really make sense?
// getModifiedEntityNames(entityDescriptorHistory, 1).sort() == expectedModifiedPersistentEntities.sort()

//Check the initial revision is intact
attrs.attributes[0].attributeValues[0].storedValue == 'true'
Expand Down

0 comments on commit 9a76083

Please sign in to comment.