details:   https://code.openbravo.com/erp/devel/pi/rev/27592b2005c6
changeset: 29461:27592b2005c6
user:      Naroa Iriarte <naroa.iriarte <at> openbravo.com>
date:      Thu May 12 17:14:39 2016 +0200
summary:   Related to issue 32912: The test has been improved

The test has been improved.

diffstat:

 
src-test/src/org/openbravo/test/datasource/EmptyStringWhereAndFilterClauseParameter.java
 |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r bf305189b86e -r 27592b2005c6 
src-test/src/org/openbravo/test/datasource/EmptyStringWhereAndFilterClauseParameter.java
--- 
a/src-test/src/org/openbravo/test/datasource/EmptyStringWhereAndFilterClauseParameter.java
  Wed May 11 15:19:19 2016 -0400
+++ 
b/src-test/src/org/openbravo/test/datasource/EmptyStringWhereAndFilterClauseParameter.java
  Thu May 12 17:14:39 2016 +0200
@@ -51,7 +51,7 @@
         is(String.valueOf(JsonConstants.RPCREQUEST_STATUS_SUCCESS)));
   }
 
-  private Map<String, String> fillInTheParameters() throws Exception {
+  private Map<String, String> fillInTheParameters() {
     Map<String, String> params = new HashMap<String, String>();
     params.put("_targetRecordId", WAREHOUSE_LOCATOR_ID);
     params.put("_filterByParentProperty", "warehouse");
@@ -64,8 +64,8 @@
   }
 
   private String getDataSourceResponse() throws Exception {
-    String response = doRequest("/org.openbravo.service.datasource/" + 
"Locator",
-        fillInTheParameters(), 200, "POST");
+    String response = doRequest("/org.openbravo.service.datasource/Locator", 
fillInTheParameters(),
+        200, "POST");
     return response;
   }
 

------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Openbravo-commits mailing list
Openbravo-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to