From fc209e31c5452f0595c815c5948f3307ef585d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguy=E1=BB=85n?= Date: Thu, 25 Jun 2015 09:42:44 -0700 Subject: Reversed direction to be clockwise MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For consistency with MapKit, the Google Maps SDK, and these methods’ own documentation. Fixes #1780. --- test/ios/MapViewTests.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ios') diff --git a/test/ios/MapViewTests.m b/test/ios/MapViewTests.m index ed378877c8..90447680ae 100644 --- a/test/ios/MapViewTests.m +++ b/test/ios/MapViewTests.m @@ -53,7 +53,7 @@ @"compass should be visible when map is rotated"); XCTAssertEqualObjects([NSValue valueWithCGAffineTransform:tester.compass.transform], - [NSValue valueWithCGAffineTransform:CGAffineTransformMakeRotation(M_PI * 1.5)], + [NSValue valueWithCGAffineTransform:CGAffineTransformMakeRotation(M_PI * 0.5)], @"compass rotation should indicate map rotation"); } -- cgit v1.2.1