public function testShouldCallNet_url_mapperClassMethodWhichHasNoReturnValue()
 {
     $path = dirname(__FILE__) . '/apps/sample/';
     $dispatcher = new Net_URL_Dispatcher(__METHOD__);
     $buffer = $dispatcher->setScriptname('index.php');
     $this->assertTrue($buffer instanceof Net_URL_Dispatcher);
 }