Sfoglia il codice sorgente

[TESTS]
adjustment of tests after applied ZF-6620 failures

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23217 44c647ce-9c0f-0410-b52a-842ac1e357ba

ramon 15 anni fa
parent
commit
645070740e
1 ha cambiato i file con 4 aggiunte e 1 eliminazioni
  1. 4 1
      tests/Zend/Application/Resource/MultidbTest.php

+ 4 - 1
tests/Zend/Application/Resource/MultidbTest.php

@@ -188,7 +188,10 @@ class Zend_Application_Resource_MultidbTest extends PHPUnit_Framework_TestCase
             'username' => 'dba',
             'charset' => null,
             'persistent' => false,
-            'options' => array('caseFolding' => 0, 'autoQuoteIdentifiers' => true),
+            'options' => array(
+                'caseFolding'          => 0,
+                'autoQuoteIdentifiers' => true,
+                'fetchMode'            => 2),
             'driver_options' => array());
         $this->assertEquals($expected, $res->getDb('db2')->getConfig());