VirtualPropertyResolver extends now StrLookup to avoid an additonal wrapper in RSQLUtility

Signed-off-by: Dominik Herbst <dominik.herbst@bosch-si.com>
This commit is contained in:
Dominik Herbst
2016-09-27 11:56:54 +02:00
parent 405a0aa125
commit 5874d1c60f
3 changed files with 5 additions and 27 deletions

View File

@@ -64,7 +64,7 @@ public class VirtualPropertyResolverTest {
}
});
this.substitutor = new StrSubstitutor(new RSQLUtility.StrLookupAdapter(resolverUnderTest),
this.substitutor = new StrSubstitutor(resolverUnderTest,
StrSubstitutor.DEFAULT_PREFIX,
StrSubstitutor.DEFAULT_SUFFIX, StrSubstitutor.DEFAULT_ESCAPE);
}