From e9cc35caab13db60d67ca06d192bba0507a4c43d Mon Sep 17 00:00:00 2001 From: Dale Sikkema <dsikkema@ebay.com> Date: Wed, 24 Jun 2015 15:22:08 -0500 Subject: [PATCH] MAGETWO-37848: Generate data fails when table prefix exceeds length of 5 --- .../Framework/DB/Test/Unit/ExpressionConverterTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php b/lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php index a184d739591..5c122c497cf 100644 --- a/lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php +++ b/lib/internal/Magento/Framework/DB/Test/Unit/ExpressionConverterTest.php @@ -39,9 +39,9 @@ class ExpressionConverterTest extends \PHPUnit_Framework_TestCase 'pre_' ], 'Abbreviated identifier' => [ - $length40 . 'enterprise_notification_index', + $length40 . 'downloadable_notification_index', 'pre_', - $length40 . 'ent_ntfc_idx' + $length40 . 'dl_ntfc_idx' ], ]; } -- GitLab