Fixed max assignments filter on sw module type

This commit is contained in:
Kai Zimmermann
2016-03-09 19:34:28 +01:00
parent 692a7fbdca
commit 6379e93c5e
3 changed files with 3 additions and 3 deletions

View File

@@ -55,7 +55,7 @@ public class RSQLSoftwareModuleTypeFieldsTest extends AbstractIntegrationTest {
@Test
@Description("Test filter software module test type by max")
public void testFilterByMaxAssignment() {
assertRSQLQuery(SoftwareModuleTypeFields.MAX.name() + "==1", 3);
assertRSQLQuery(SoftwareModuleTypeFields.MAXASSIGNMENTS.name() + "==1", 3);
}
private void assertRSQLQuery(final String rsqlParam, final long excpectedEntity) {