Browse Source

Fix for batch insert in SQLServer

Maurits van der Schee 8 years ago
parent
commit
3e96cc1ed4
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/tests.php

+ 1
- 1
tests/tests.php View File

@@ -600,7 +600,7 @@ class PHP_CRUD_API_Test extends PHPUnit_Framework_TestCase
600 600
 		if (PHP_CRUD_API_Config::$dbengine=='SQLite') $test->expect('[15,16]');
601 601
 		if (PHP_CRUD_API_Config::$dbengine=='PostgreSQL') $test->expect('[17,18]');
602 602
 		if (PHP_CRUD_API_Config::$dbengine=='MySQL') $test->expect('[18,19]');
603
-		if (PHP_CRUD_API_Config::$dbengine=='SQLServer') $test->expect('[17,18]');
603
+		if (PHP_CRUD_API_Config::$dbengine=='SQLServer') $test->expect('[18,19]');
604 604
 	}
605 605
 
606 606
 

Loading…
Cancel
Save