[libcatmandu-rdf-perl] 03/20: Adding basic test

Jonas Smedegaard dr at jones.dk
Sat Oct 28 03:10:21 UTC 2017


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

js pushed a commit to annotated tag upstream/0.32
in repository libcatmandu-rdf-perl.

commit e85592d74f0062b3d8265c02245f3684f676d412
Author: Patrick Hochstenbach <patrick.hochstenbach at ugent.be>
Date:   Mon Nov 28 16:32:51 2016 +0100

    Adding basic test
---
 t/rdf_ldf_statements.t | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/t/rdf_ldf_statements.t b/t/rdf_ldf_statements.t
new file mode 100644
index 0000000..b245f36
--- /dev/null
+++ b/t/rdf_ldf_statements.t
@@ -0,0 +1,17 @@
+#!/usr/bin/env perl
+
+use strict;
+use warnings;
+use Test::More;
+use Test::Exception;
+
+my $pkg;
+
+BEGIN {
+    $pkg = 'Catmandu::Fix::rdf_ldf_statements';
+    use_ok $pkg;
+}
+
+require_ok $pkg;
+
+done_testing;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcatmandu-rdf-perl.git



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