public function testRubbishQuery()
 {
     $o_service = new WLPlugInformationServiceTGN();
     $va_return = $o_service->lookup(array(), 'thisshouldnotgiveusanyresultsfromgetty');
     $this->assertEmpty($va_return);
 }