public function _testQueryExecute() {
$view = views_get_view('test_view');
$view
->setDisplay();
$view
->initQuery();
$view->query
->setAllItems($this
->dataSet());
$this
->executeView($view);
$this
->assertTrue($view->result, 'Make sure the view result got filled');
}