Package org.openbravo.test.xml
Class EntityXMLIssues
- java.lang.Object
-
- org.openbravo.test.base.OBBaseTest
-
- org.openbravo.test.xml.XMLBaseTest
-
- org.openbravo.test.xml.EntityXMLIssues
-
public class EntityXMLIssues extends XMLBaseTest
Test various issues reported with XML import/export in mantis.- Author:
- mtaal
-
-
Field Summary
-
Fields inherited from class org.openbravo.test.base.OBBaseTest
DOLLAR, DOLLAR_ID, EURO, EURO_ID, QA_TEST_ADMIN_USER_ID, QA_TEST_CLIENT_ID, QA_TEST_ORG_ID, TEST_BP_CATEGORY_ID, TEST_CLIENT_ID, TEST_LOCATION_ID, TEST_ORDER_ID, TEST_ORG_ID, TEST_ORG_TREE, TEST_PRODUCT_ID, TEST_ROLE_ID, TEST_US_ORG_ID, TEST_USER_ID, TEST_WAREHOUSE_ID, TEST2_USER_ID, userIds, watchFailures
-
-
Constructor Summary
Constructors Constructor Description EntityXMLIssues()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testIssue20357()
20357: There should be a way to define with properties i want to export in a EntityXMLConverter callvoid
testMantis12633()
Test mantis issue 12633: XML Conversion from integer numbers should be more robustvoid
testMantis6212()
Checks mantis issue 6212, issue text: When inserting reference data using DAL into ad_client 0 it should not generate new uuids but maintain the current ids but it is doing so.void
testMantis6213()
Checks mantis issue 6213, issue text: When exporting/importing reference data for char columns dal trims the blank spaces so in case the column contains only blank spaces it is treated as null.-
Methods inherited from class org.openbravo.test.xml.XMLBaseTest
cleanRefDataLoaded, compare, getFileContent, getList, getList, getXML, getXML, getXML
-
Methods inherited from class org.openbravo.test.base.OBBaseTest
addReadWriteAccess, classSetUp, commitTransaction, count, getConnectionProvider, getOneInstance, getRandomUser, getTestLogAppender, initializeDalLayer, initializeDisabledTestCases, initializeTestLogAppender, isErrorOccured, reportException, rollback, setLogStackTraces, setQAAdminContext, setSystemAdministratorContext, setTestAdminContext, setTestLogAppenderLevel, setTestUserContext, setUp, setUserContext, shouldMockServletContext, staticInitializeDalLayer, testDone
-
-
-
-
Method Detail
-
testMantis6212
public void testMantis6212()
Checks mantis issue 6212, issue text: When inserting reference data using DAL into ad_client 0 it should not generate new uuids but maintain the current ids but it is doing so.
-
testMantis6213
public void testMantis6213()
Checks mantis issue 6213, issue text: When exporting/importing reference data for char columns dal trims the blank spaces so in case the column contains only blank spaces it is treated as null.
-
testMantis12633
public void testMantis12633()
Test mantis issue 12633: XML Conversion from integer numbers should be more robust
-
testIssue20357
public void testIssue20357()
20357: There should be a way to define with properties i want to export in a EntityXMLConverter call
-
-