details: https://code.openbravo.com/erp/devel/pi/rev/89fc52d659ef
changeset: 16249:89fc52d659ef
user: Iván Perdomo <ivan.perdomo <at> openbravo.com>
date: Mon Apr 30 15:35:55 2012 +0200
summary: Related to issue 20357: Fixes testcase after code review
diffstat:
src-test/org/openbravo/test/xml/EntityXMLIssues.java | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 465f04b0f841 -r 89fc52d659ef
src-test/org/openbravo/test/xml/EntityXMLIssues.java
--- a/src-test/org/openbravo/test/xml/EntityXMLIssues.java Mon Apr 30
14:05:24 2012 +0200
+++ b/src-test/org/openbravo/test/xml/EntityXMLIssues.java Mon Apr 30
15:35:55 2012 +0200
@@ -195,7 +195,10 @@
exc.process(obc.list());
+ assertFalse(sw2.toString().contains("<searchKey>"));
+ assertTrue(sw.toString().contains("<searchKey>"));
+
// dummy assert
- assertNotSame("Exported XML is the same", exc.toString(), sw2.toString());
+ assertNotSame("Exported XML is the same", sw.toString(), sw2.toString());
}
}
\ No newline at end of file
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Openbravo-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openbravo-commits