details:   https://code.openbravo.com/erp/devel/pi/rev/10e3111439cc
changeset: 15643:10e3111439cc
user:      Augusto Mauch <augusto.mauch <at> openbravo.com>
date:      Wed Feb 29 09:55:09 2012 +0100
summary:   Related to issue 19539: Revert function name change to prevent an 
API change

The name of the JUnit test used to check the correct behaviour of the 
DynamicExpressionParser was changed in the changeset 15641. This name change 
was breaking the API, so that name change is being reverted.

diffstat:

 
modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/DynamicExpressionParserTest.java
 |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 3afb79bd3730 -r 10e3111439cc 
modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/DynamicExpressionParserTest.java
--- 
a/modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/DynamicExpressionParserTest.java
  Wed Feb 29 00:35:04 2012 +0100
+++ 
b/modules/org.openbravo.client.application/src-test/org/openbravo/client/application/test/DynamicExpressionParserTest.java
  Wed Feb 29 09:55:09 2012 +0100
@@ -27,7 +27,7 @@
 public class DynamicExpressionParserTest extends BaseTest {
 
   @Test
-  public void testDynamicExpressionParser() throws Exception {
+  public void testRegularExpression() throws Exception {
     setSystemAdministratorContext();
     String displayLogic = "((@Financial_Invoice_Line@='N'))";
     String expectedResult = 
"((OB.Utilities.getValue(currentValues,'financialInvoiceLine') === false))";

------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits

Reply via email to