function testNegativeLonDegIsRounded2() { $coordinate = new Coordinate_Coordinate(1, -21.999992); $this->assertEqual(22, $coordinate->lonDeg()); }