[libatteanx-query-cache-perl] 03/09: create a TODO test

Jonas Smedegaard dr at jones.dk
Sun Feb 21 00:10:00 UTC 2016


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

js pushed a commit to tag dev-release-0.001-01
in repository libatteanx-query-cache-perl.

commit bb3b0b0351345e0c13c02ea930ab4f40885dd1dc
Author: Kjetil Kjernsmo <kjetil at kjernsmo.net>
Date:   Wed Feb 17 22:01:02 2016 +0100

    create a TODO test
---
 t/analysis-best-cost.t | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/t/analysis-best-cost.t b/t/analysis-best-cost.t
index 9bf542e..c579ce6 100644
--- a/t/analysis-best-cost.t
+++ b/t/analysis-best-cost.t
@@ -101,7 +101,10 @@ END
 
 	my $analyzer = AtteanX::Query::Cache::Analyzer->new(model => $model, query => $query, store => $redis1);
 	my @patterns = $analyzer->best_cost_improvement;
+TODO: {
+	local $TODO = 'Depends on the planner';
 	is(scalar @patterns, 2, '2 patterns to submit');
+}
 	foreach my $pattern (@patterns) {
 		isa_ok($pattern, 'Attean::TriplePattern');
 		ok($pattern->predicate->compare(iri('p')), 'Predicate is not <p>');

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



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