-
Notifications
You must be signed in to change notification settings - Fork 165
Compatibility magento EE1.13 and EE1.14 #253
Comments
I'm able to run tests with products on EE1.13 and EE1.14 Here is my yaml:
|
Yes, but the product isSalable() method return false It’s not like this on magento CE or magento EE<1.13 versions. As a workaround, i do this on the begining of the test and isSalable() returns true. $product = Mage::getModel('catalog/product')->load(1); I think the stock indexing has changed in theses version and the ecomdev module doesn’t handle it correctly. Sylvain PRAS. De : Edgar Hipp <[email protected]mailto:[email protected]> I'm able to run tests with products on EE1.13 and EE1.14 Here is my yaml: scope: — |
Seem to have problem with product fixtures : the stock status is not well indexed and the product isn't available.
The text was updated successfully, but these errors were encountered: