]> gerrit.simantics Code Review - simantics/interop.git/commit
Asserted properties caused wrong change reports. 70/3770/1
authorMarko Luukkainen <marko.luukkainen@semantum.fi>
Thu, 9 Jan 2020 16:56:05 +0000 (18:56 +0200)
committerMarko Luukkainen <marko.luukkainen@semantum.fi>
Thu, 9 Jan 2020 16:56:05 +0000 (18:56 +0200)
commit894fd479af4bd23016e38165b8ba3d6235d27125
tree5d32c39228ee55c155bae0c48165fc9a67b9f7f7
parentabc8f6a39f4af28746f155365b1ba8673bc33ef8
Asserted properties caused wrong change reports.

ReadGraph.getStatements(s,L0.HasProperty) returns both instance
statements for s, but also asserted statements. Hence, the same
properties were added to processing list twice, causing skewed
comparison results.

gitlab #10

Change-Id: I2ebc3e3b9303c6716a830aee8cb95b391d68c6fd
org.simantics.interop/src/org/simantics/interop/test/GraphChanges.java
org.simantics.interop/src/org/simantics/interop/test/GraphComparator.java