[Rt-commit] [rtir] 03/05: In 3.2, add_constituency lives in bin/ not etc/
Kevin Falcone
falcone at bestpractical.com
Fri Sep 26 16:41:53 EDT 2014
This is an automated email from the git hooks/post-receive script.
falcone pushed a commit to branch 3.2-trunk
in repository rtir.
commit 5b210a24dbb5c70323471e7ece55cef84295420f
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Thu Sep 25 13:34:12 2014 -0400
In 3.2, add_constituency lives in bin/ not etc/
---
t/constituency/visibility.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/t/constituency/visibility.t b/t/constituency/visibility.t
index 293ab03..b823a9d 100644
--- a/t/constituency/visibility.t
+++ b/t/constituency/visibility.t
@@ -23,7 +23,7 @@ my $rogovhandler = RT::Test->load_or_create_user( Name => 'rogovhandler', Passwo
ok $rogovhandler->id, "Created rogovhandler";
{
- my $path = RT::Plugin->new( name => 'RT::IR' )->Path( 'etc' ) . "/add_constituency";
+ my $path = RT::Plugin->new( name => 'RT::IR' )->Path( 'bin' ) . "/add_constituency";
diag("running $path to set up EDUNET and GOVNET constituencies");
for my $constituency (@constituencies) {
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the rt-commit
mailing list