Skip to content

Commit

Permalink
Merge pull request #17 from ejn/bugfix/minor-test-tidy-up
Browse files Browse the repository at this point in the history
Minor test tidy up
  • Loading branch information
ejn authored Nov 11, 2021
2 parents 93303be + ed1532a commit 2aef311
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion phpunit_tests/src/tests/OGRFeatureTest6.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public function setUp() : void
$this->strDestDataSource,
null,
wkbPoint,
array("XSISCHEMA=OFF")
null
);
$this->assertNotNull($this->hDestLayer, "Unable to create layer");
}
Expand Down
2 changes: 1 addition & 1 deletion phpunit_tests/src/tests/OGRGeometryTest1.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public function setUp() : void
$this->strDestDataSource,
null,
wkbPolygon,
array("XSISCHEMA=OFF")
null
);
$this->assertNotNull($this->hDestLayer, "Unable to create layer");

Expand Down
2 changes: 1 addition & 1 deletion phpunit_tests/src/tests/OSR_3_IsTest0.php
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public function testOSR_IsGeocentric2()
$actual = OSR_IsGeocentric(static::$srs4328);
$this->assertTrue(
$actual,
"Result of OSR_IsGeocentric should be FALSE for EPSG:31468"
"Result of OSR_IsGeocentric should be TRUE for EPSG:4328"
);
}

Expand Down

0 comments on commit 2aef311

Please sign in to comment.