This is an automated email from the ASF dual-hosted git repository.

ramyav pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/olingo-odata4.git


The following commit(s) were added to refs/heads/master by this push:
     new 109cde8  [OLINGO-1276]Modifying tests
109cde8 is described below

commit 109cde8d8037998f63d3f6135e12d3ae43abc94e
Author: ramya vasanth <[email protected]>
AuthorDate: Tue May 14 15:30:35 2019 +0530

    [OLINGO-1276]Modifying tests
---
 .../apache/olingo/client/core/domain/ClientEntitySetIteratorTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/lib/client-core/src/test/java/org/apache/olingo/client/core/domain/ClientEntitySetIteratorTest.java
 
b/lib/client-core/src/test/java/org/apache/olingo/client/core/domain/ClientEntitySetIteratorTest.java
index 62b0c0b..b984300 100644
--- 
a/lib/client-core/src/test/java/org/apache/olingo/client/core/domain/ClientEntitySetIteratorTest.java
+++ 
b/lib/client-core/src/test/java/org/apache/olingo/client/core/domain/ClientEntitySetIteratorTest.java
@@ -37,7 +37,7 @@ public class ClientEntitySetIteratorTest {
   
     @Test
     public void testGetEntitySetIterator1() throws IOException, 
URISyntaxException {
-        String str = "{ \"@odata.context\": 
\"http://bdh-df5.wdf.sap.corp:8080/CloudDataIntegration/providers";
+        String str = "{ \"@odata.context\": \"http://providers";
             + 
"/CLOUD_DATA_INTEGRATION_TEST%3ABUG_CURLY_BRACKETS/$metadata#BUG_CURLY_BRACKETSResult/$delta\",
 "
             + "\"value\": [ "
             + "{ \"@odata.id\": \"BUG_CURLY_BRACKETSResult(1)\", \"ID\": 1, 
\"TEXT\": \"ABC\", \"TEXT2\": \"DEF\" }, "

Reply via email to