/**
  * @return  void
  */
 public function testCanSetDefaultDbFile()
 {
     Rych_Ip2Location::setDefaultDbFile(LIBRARY_ROOT . '/tests/_files/Rych/Ip2Location/DB1-DEMO.bin');
     $ip2loc = new Rych_Ip2Location;
     $this->assertEquals('2008.08.07', $ip2loc->getVersion());
 }