aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/resolv/test_resource.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/resolv/test_resource.rb b/test/resolv/test_resource.rb
index 8045bbc6ee..b75cf67f31 100644
--- a/test/resolv/test_resource.rb
+++ b/test/resolv/test_resource.rb
@@ -19,4 +19,8 @@ class TestResolvResource < Test::Unit::TestCase
bug10857 = '[ruby-core:68128] [Bug #10857]'
assert_equal(@name1.hash, @name2.hash, bug10857)
end
+
+ def test_coord
+ Resolv::LOC::Coord.create('1 2 1.1 N')
+ end
end