[libatteanx-compatilibity-trine-perl] 10/22: roundtripping test

Jonas Smedegaard dr at jones.dk
Sat Dec 23 13:31:12 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.001-1
in repository libatteanx-compatilibity-trine-perl.

commit 01e94f9902371323686d0430c74f4d3d91d915dd
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Mon Aug 14 23:14:20 2017 +0200

    roundtripping test
---
 t/iri.t | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/t/iri.t b/t/iri.t
index 59400d6..dd4f3b3 100644
--- a/t/iri.t
+++ b/t/iri.t
@@ -8,4 +8,8 @@ use_ok('Attean::IRI');
 
 can_ok('Attean::IRI', 'uri');
 
+my $iri = Attean::IRI->new('http://example.org/dahut');
+
+is($iri->uri, 'http://example.org/dahut', 'IRI roundtripped OK');
+
 done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libatteanx-compatilibity-trine-perl.git



More information about the Pkg-perl-cvs-commits mailing list