aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/gie/unitconvert.gie7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/gie/unitconvert.gie b/test/gie/unitconvert.gie
index ff6dc96f..7bbea49d 100644
--- a/test/gie/unitconvert.gie
+++ b/test/gie/unitconvert.gie
@@ -35,5 +35,12 @@ tolerance 0.000000000001
accept 50 50 1 1
expect 45 45 1 1
+operation proj=unitconvert xy_in=m xy_out=rad
+accept 1 1 1 1
+expect failure
+
+operation proj=unitconvert z_in=rad z_out=m
+accept 1 1 1 1
+expect failure
</gie>