[libconfig-model-dpkg-perl] 03/03: added tests for ruby fields
dod at debian.org
dod at debian.org
Fri Aug 23 16:44:17 UTC 2013
This is an automated email from the git hooks/post-receive script.
dod pushed a commit to branch master
in repository libconfig-model-dpkg-perl.
commit 92889f1d38ec5bdf44ebb2b7bf15ab00fbe6eafd
Author: Dominique Dumont <dod at debian.org>
Date: Fri Aug 23 18:43:49 2013 +0200
added tests for ruby fields
---
t/model_tests.d/dpkg-control-test-conf.pl | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/t/model_tests.d/dpkg-control-test-conf.pl b/t/model_tests.d/dpkg-control-test-conf.pl
index 45630fa..44b9f3f 100644
--- a/t/model_tests.d/dpkg-control-test-conf.pl
+++ b/t/model_tests.d/dpkg-control-test-conf.pl
@@ -153,6 +153,14 @@ providing the following file:
'source XS-Autobuild' => 'yes',
},
},
+ {
+ # test for #713053, XS-Ruby-Versions and XB-Ruby-Versions fields
+ name => 'ruby',
+ check => {
+ 'source XS-Ruby-Versions' => 'all',
+ 'binary:libfast-xs-ruby XB-Ruby-Versions' => '${ruby:Versions}',
+ },
+ },
);
my $cache_file = 't/model_tests.d/dependency-cache.txt';
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git
More information about the Pkg-perl-cvs-commits
mailing list