public function testRowsetGetSpecificValue()
 {
     $rowsetTable = new Zend_Test_PHPUnit_Db_DataSet_DbRowset($this->getRowSet(), "fooTable");
     $this->assertEquals("bar", $rowsetTable->getValue(0, "foo"));
 }