Skip to content

Commit

Permalink
change expection in test model
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrimm committed Dec 6, 2022
1 parent 62df78f commit 61e8e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/data/GroupBy/MandatoryConstraintThis.ili
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ MODEL TestSuite
CLASS BaseClass =
attr: TEXT*16;
criteria1: (val1,val2,val3);
SET CONSTRAINT INTERLIS.elementCount(GeoW_FunctionsExt.GroupBy(ALL, "criteria1")) == INTERLIS.elementCount(ALL);
SET CONSTRAINT INTERLIS.elementCount(GeoW_FunctionsExt.GroupBy(ALL, "val1")) == 3;
END BaseClass;

END FunctionTestTopic;
Expand Down

0 comments on commit 61e8e34

Please sign in to comment.