/**
  * @depends testexecUpdate
  */
 public function testdrop(SequoiaDB $sdb)
 {
     $array = $sdb->execUpdateSQL("drop collectionspace cs_test");
     $this->assertEquals(0, $array['errno']);
 }