Repository: incubator-trafficcontrol Updated Branches: refs/heads/master d57b4923b -> 2169b45f9
fix t_integration/server.t for uploadservercsv Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/59d0108d Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/59d0108d Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/59d0108d Branch: refs/heads/master Commit: 59d0108d94b57908416cd6d2b1b3f746968e42c4 Parents: a14eb13 Author: Jan van Doorn <jan_vando...@cable.comcast.com> Authored: Tue Jan 10 08:28:46 2017 -0700 Committer: Jeremy Mitchell <mitchell...@gmail.com> Committed: Tue Jan 10 09:43:10 2017 -0700 ---------------------------------------------------------------------- traffic_ops/app/t_integration/server.t | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/59d0108d/traffic_ops/app/t_integration/server.t ---------------------------------------------------------------------- diff --git a/traffic_ops/app/t_integration/server.t b/traffic_ops/app/t_integration/server.t index 2b1c87f..76bdb20 100644 --- a/traffic_ops/app/t_integration/server.t +++ b/traffic_ops/app/t_integration/server.t @@ -30,6 +30,8 @@ BEGIN { $ENV{MOJO_MODE} = "integration" } my $t = Test::Mojo->new('TrafficOps'); no warnings 'once'; use warnings 'all'; +use constant TEST_FILE => "/tmp/test.csv"; + my $api_version = '1.1'; ok $t->post_ok( '/login', => form => { u => Test::TestHelper::ADMIN_USER, p => Test::TestHelper::ADMIN_USER_PASSWORD } )->status_is(302)