From: Errietta Kostala Date: Fri, 23 Jan 2015 11:35:55 +0000 (+0000) Subject: Add note about using TTD X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2Fstemmaweb.git;a=commitdiff_plain;h=f9a80a4850d39ea8d6d01a2c4ed1f74e7ee48a07 Add note about using TTD --- diff --git a/t/06openid.t b/t/06openid.t index 61fe985..080ff3d 100644 --- a/t/06openid.t +++ b/t/06openid.t @@ -18,6 +18,10 @@ use stemmaweb::Test::DB; my $dir = stemmaweb::Test::DB->new_db; +# NOTE: this test uses Text::Tradition::Directory +# to check user accounts really have been created. +# It'll need to be changed once that is replaced... + my $scope = $dir->new_scope; LWP::Protocol::PSGI->register(stemmaweb->psgi_app);