Skip to content

Commit b4f4005

Browse files
committed
test geo-location
1 parent f64f4bb commit b4f4005

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/kotlin/de/gmuth/ipp/client/IppPrinterTests.kt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ class IppPrinterTests {
5656
assertTrue(supportsVersion("1.1"))
5757
assertEquals(URI.create("urf:///20"), deviceUri)
5858
assertTrue(hasCapability(CanPunchOutput))
59+
assertEquals(geoLocation, Pair(37.33182, 122.03118))
5960
marker(Marker.Color.BLACK).apply {
6061
assertEquals(80, level)
6162
assertEquals(10, lowLevel)

0 commit comments

Comments
 (0)