Skip to content

Commit 0f23da9

Browse files
author
Yaroslav Onischenko
committed
MAGETWO-52831: [Github] Export / Import #4315
1 parent 04052b3 commit 0f23da9

File tree

3 files changed

+2
-5
lines changed

3 files changed

+2
-5
lines changed

dev/tests/integration/testsuite/Magento/Catalog/_files/multiselect_attribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
'option_1' => ['Option 1'],
3939
'option_2' => ['Option 2'],
4040
'option_3' => ['Option 3'],
41-
'option_4' => ['Option 4 "!@#$%^&*'],
41+
'option_4' => ['Option 4 "!@#$%^&*'],
4242
],
4343
'order' => [
4444
'option_1' => 1,

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/Import/ProductTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1073,7 +1073,7 @@ public function testValidateUrlKeys($importFile, $errorsCount)
10731073
$this->assertTrue($errors->getErrorsCount() == $errorsCount);
10741074
if ($errorsCount >= 1) {
10751075
$this->assertEquals(
1076-
"Specified url key already exists",
1076+
"Specified URL key already exists",
10771077
$errors->getErrorByRowNumber(1)[0]->getErrorMessage()
10781078
);
10791079
}

dev/tests/integration/testsuite/Magento/CatalogImportExport/Model/ProductTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,6 @@ public function exportImportDataProvider()
103103
'simple',
104104
]
105105
],
106-
// @todo uncomment after resolving MAGETWO-49676
107-
/*
108106
'simple-product-crosssell' => [
109107
[
110108
'Magento/Catalog/_files/products_crosssell.php'
@@ -129,7 +127,6 @@ public function exportImportDataProvider()
129127
'simple',
130128
]
131129
],
132-
*/
133130
];
134131
}
135132

0 commit comments

Comments
 (0)