function test_get_continent()
 {
     $country = new WPSC_Country(self::COUNTRY_ID_WITHOUT_REGIONS);
     $continent = $country->get_continent();
     $this->assertEquals(self::COUNTRY_WITHOUT_REGIONS_CONTINENT, $continent);
 }