Skip to content
Snippets Groups Projects
Commit 787b7d67 authored by pkupczyk's avatar pkupczyk
Browse files

SSDM-3763 : V3 API PropertyAssignment does not contain section, position,...

SSDM-3763 : V3 API PropertyAssignment does not contain section, position, showInEditViews, etc... - fix a test

SVN: 36777
parent 2cced8cb
No related branches found
No related tags found
No related merge requests found
...@@ -45,7 +45,8 @@ public class ExperimentFetchOptionsTest ...@@ -45,7 +45,8 @@ public class ExperimentFetchOptionsTest
assertEquals(fetchOptions.toString(), "Experiment\n" assertEquals(fetchOptions.toString(), "Experiment\n"
+ " with Type\n" + " with Type\n"
+ " with PropertyAssignments\n" + " with PropertyAssignments\n"
+ " with Vocabulary\n"); + " with PropertyType\n"
+ " with Vocabulary\n");
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment