public function testConstructor()
 {
     $sl = new SyncLib();
     $this->assertGreaterThan(1, $sl->getNumberOfServers());
     $this->assertEquals($sl->getServer(0), "http://api2.example.com/wsapi/2.0/sync");
 }