Bug with drop tables and tables seems fixed in the server

This commit is contained in:
César D. Rodas 2013-11-13 04:51:45 -03:00
parent 09301d4890
commit b05e420f84

View File

@ -50,7 +50,7 @@ class DBTest extends \phpunit_framework_testcase
public function testQuery() public function testQuery()
{ {
$client = new Client; $client = new Client;
$db = $client->createDatabase("test_" . uniqid(true)); $db = $client->createDatabase("test_xxx");
$db->createUser("root", "root"); $db->createUser("root", "root");
$db->insert("foobar", ['type' => '/foobar', 'karma' => 10]); $db->insert("foobar", ['type' => '/foobar', 'karma' => 10]);