From 539a173dc216fb243301113492bb3eb5ea62aad0 Mon Sep 17 00:00:00 2001 From: Bas-Jan 't Jong Date: Sun, 11 May 2014 09:18:19 +0200 Subject: [PATCH] Amended the corresponding test --- tests/PhpWord/Tests/Shared/DrawingTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PhpWord/Tests/Shared/DrawingTest.php b/tests/PhpWord/Tests/Shared/DrawingTest.php index 3fce6dc7..25fd3a38 100644 --- a/tests/PhpWord/Tests/Shared/DrawingTest.php +++ b/tests/PhpWord/Tests/Shared/DrawingTest.php @@ -44,7 +44,7 @@ class DrawingTest extends \PHPUnit_Framework_TestCase $this->assertEquals(round($value / 9525), $result); $result = Drawing::pixelsToPoints($value); - $this->assertEquals($value * 0.67777777, $result); + $this->assertEquals($value * 0.75, $result); $result = Drawing::pointsToPixels($value); $this->assertEquals($value * 1.333333333, $result);