aboutsummaryrefslogtreecommitdiffstats
path: root/t/Cobrand.t
diff options
context:
space:
mode:
authorlouise <louise>2009-10-21 15:57:08 +0000
committerlouise <louise>2009-10-21 15:57:08 +0000
commitc40e253074c8ce38ae2715979effd86a22562f1a (patch)
treea98578fa7622800595ec21ce2822250c037544bb /t/Cobrand.t
parenta437f7f497e5970f92aa3d2fe7a1f6b3a4755c8a (diff)
Moving MockQuery to lib dir where it can be accessed by other app tests
Diffstat (limited to 't/Cobrand.t')
-rwxr-xr-xt/Cobrand.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/Cobrand.t b/t/Cobrand.t
index 1db4de024..b5559381c 100755
--- a/t/Cobrand.t
+++ b/t/Cobrand.t
@@ -6,7 +6,7 @@
# Copyright (c) 2009 UK Citizens Online Democracy. All rights reserved.
# Email: louise@mysociety.org; WWW: http://www.mysociety.org/
#
-# $Id: Cobrand.t,v 1.21 2009-10-21 15:03:32 louise Exp $
+# $Id: Cobrand.t,v 1.22 2009-10-21 15:58:25 louise Exp $
#
use strict;
@@ -20,7 +20,7 @@ use lib "$FindBin::Bin/../perllib";
use lib "$FindBin::Bin/../../perllib";
use Cobrand;
-use MockQuery;
+use mySociety::MockQuery;
sub test_site_restriction {
my $q = new MockQuery('mysite');