Class PropertyJDBCTest
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.servicelayer.ServicelayerBaseTest
de.hybris.platform.persistence.property.PropertyJDBCTest
- All Implemented Interfaces:
JaloSessionHolder
Tests for PropertyJDBC class. Only for manual tests, especially to proove the PLA-13083 issue. First, It's
recommended to change the column type mapping of the DeliveryMode.name attribute in core-items.xml.
HYBRIS_LONG_STRING will be mapped to VARCGAR2(4000) on oracle, which is what we mostly expect here.
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.servicelayer.ServicelayerBaseTest
autowireProperties, getApplicationContext, getBeanName, prepareApplicationContextAndSessionMethods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
PropertyJDBCTest
public PropertyJDBCTest()
-
-
Method Details
-
setUp
- Throws:
Exception
-
testWritePropertiesWithOracleClob
public void testWritePropertiesWithOracleClob()
-