protected function setUp()
 {
     global $WEATHERMAP_DEBUGGING;
     // sometimes useful to figure out what's going on!
     $WEATHERMAP_DEBUGGING = false;
     self::$previouswd = getcwd();
     chdir(dirname(__FILE__) . DIRECTORY_SEPARATOR . "../..");
 }