Skip to content

Commit

Permalink
[SHIBUI-2249]
Browse files Browse the repository at this point in the history
test test for jenkins
  • Loading branch information
jj committed Nov 3, 2021
1 parent 4eb8c02 commit 6e0beb3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,10 @@ class EntityDescriptorEnversVersioningTests extends Specification {
entityDescriptorHistory.size() == 2
attrs2.attributes[0].attributeValues[0].xsStringvalue == 'attr1'
attrs2.attributes[0].attributeValues[1].xsStringvalue == 'attr2'

//TODO: this is here to test something. should be removed
entityDescriptorHistory[0][0].extensions.equals(entityDescriptorHistory[1][0].extensions)

getModifiedEntityNames(entityDescriptorHistory, 1).sort() == expectedModifiedPersistentEntities.sort()

//Check the initial revision is intact
Expand Down

0 comments on commit 6e0beb3

Please sign in to comment.