Repository: olingo-odata4 Updated Branches: refs/heads/OLINGO-834_RefactorUriParsing 83f11b926 -> 7bc932aae
[OLINGO-833] Replace unicode 6.x characters in fit-test Project: http://git-wip-us.apache.org/repos/asf/olingo-odata4/repo Commit: http://git-wip-us.apache.org/repos/asf/olingo-odata4/commit/5004f4b1 Tree: http://git-wip-us.apache.org/repos/asf/olingo-odata4/tree/5004f4b1 Diff: http://git-wip-us.apache.org/repos/asf/olingo-odata4/diff/5004f4b1 Branch: refs/heads/OLINGO-834_RefactorUriParsing Commit: 5004f4b1ffe9c5a034bb245fdd139cd06cca6468 Parents: d88913f Author: Christian Holzer <[email protected]> Authored: Tue Dec 8 10:20:59 2015 +0100 Committer: Christian Holzer <[email protected]> Committed: Tue Dec 8 10:44:41 2015 +0100 ---------------------------------------------------------------------- .../apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/olingo-odata4/blob/5004f4b1/fit/src/test/java/org/apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java ---------------------------------------------------------------------- diff --git a/fit/src/test/java/org/apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java b/fit/src/test/java/org/apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java index 3d0df10..bb7fd31 100644 --- a/fit/src/test/java/org/apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java +++ b/fit/src/test/java/org/apache/olingo/fit/tecsvc/client/SystemQueryOptionITCase.java @@ -320,7 +320,7 @@ public class SystemQueryOptionITCase extends AbstractParamTecSvcITCase { .getEntitySetRequest(getClient().newURIBuilder(SERVICE_URI) .appendEntitySetSegment(ES_ALL_PRIM) .search("\"This is a \\\"$imple\\\"\\\\Phras~\" AND " - + "AnUnicodeWordLl\u01E3Lm\u02B5Lo\u1BE4Lt\u01F2Lu\u03D3Nl\u216F") + + "AnUnicodeWordLl\u01E3Lm\u02B5Lo\u00AALt\u01F2Lu\u03D3Nl\u216F") .build()); setCookieHeader(request); final ODataRetrieveResponse<ClientEntitySet> response = request.execute();
