Skip to content

Commit 112d611

Browse files
committed
MAGETWO-75449: Fix CreateSimpleProductEntityTestVariation3
1 parent e8669c2 commit 112d611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/TestCase/Product/CreateSimpleProductEntityTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@
5555
<data name="product/data/short_description" xsi:type="string">Simple Product short_description %isolation%</data>
5656
<data name="product/data/description" xsi:type="string">Simple Product description %isolation%</data>
5757
<data name="product/data/weight" xsi:type="string">52</data>
58-
<data name="product/data/news_from_date" xsi:type="string"></data>
59-
<data name="product/data/custom_design_from" xsi:type="string"></data>
58+
<data name="product/data/news_from_date" xsi:type="string" />
59+
<data name="product/data/custom_design_from" xsi:type="string" />
6060
<data name="product/data/quantity_and_stock_status/qty" xsi:type="string">659</data>
6161
<data name="product/data/custom_options/dataset" xsi:type="string">drop_down_with_one_option_fixed_price</data>
6262
<data name="product/data/checkout_data/dataset" xsi:type="string">simple_drop_down_with_one_option_fixed_price</data>

0 commit comments

Comments
 (0)