Class PLA_6677_Test
java.lang.Object
de.hybris.platform.testframework.HybrisJUnit4Test
de.hybris.platform.catalog.jalo.classification.PLA_6677_Test
- All Implemented Interfaces:
JaloSessionHolder
PLA-6677: Tests if how well we're able to store feature values holding rather large strings. For oracle this is a
obstacle since VARCHAR is actually limited to 4000 bytes, NVARCHAR to 2000 characters and also RAW(2000) obviously to
2000 bytes.
Therefore we had to map GeneratedProductFeature.RAWVALUE to BLOB and GeneratedProductFeature.STRINGVALUE
to CLOB.
-
Field Summary
Fields inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
jaloSession -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class de.hybris.platform.testframework.HybrisJUnit4Test
establishJaloSession, finish, getOrCreateCurrency, getOrCreateLanguage, init, intenseChecksActivated, takeJaloSession
-
Constructor Details
-
PLA_6677_Test
public PLA_6677_Test()
-
-
Method Details
-
setUp
public void setUp() -
testLength1001
public void testLength1001() -
testLength2001
public void testLength2001() -
testLength4001
public void testLength4001() -
testLength30k
public void testLength30k() -
testLength64k
public void testLength64k()
-