You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by da...@apache.org on 2016/11/21 19:05:18 UTC

[03/40] incubator-trafficcontrol git commit: corrected test result

corrected test result


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/15f52415
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/15f52415
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/15f52415

Branch: refs/heads/psql-rebase
Commit: 15f524158fb4e4d593a789cfa861c66cddd93469
Parents: 399c0e5
Author: Dewayne Richardson <de...@apache.org>
Authored: Thu Nov 17 13:27:46 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Nov 21 12:04:09 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/t/api/1.1/hwinfo.t | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/15f52415/traffic_ops/app/t/api/1.1/hwinfo.t
----------------------------------------------------------------------
diff --git a/traffic_ops/app/t/api/1.1/hwinfo.t b/traffic_ops/app/t/api/1.1/hwinfo.t
index c3a042f..f3ad4b7 100644
--- a/traffic_ops/app/t/api/1.1/hwinfo.t
+++ b/traffic_ops/app/t/api/1.1/hwinfo.t
@@ -43,7 +43,7 @@ ok $t->post_ok( '/login', => form => { u => Test::TestHelper::PORTAL_USER, p =>
 
 $t->get_ok("/api/1.1/hwinfo.json")->status_is(200)->or( sub { diag $t->tx->res->content->asset->{content}; } )
 	->json_is( "/response/0/description", "BACKPLANE FIRMWA" )->json_is( "/response/0/val", "7.0.0.29" )
-	->json_is( "/response/0/serverHostName", "atlanta-edge-02" )->json_is( "/response/1/description", "DRAC FIRMWA" )
+	->json_is( "/response/0/serverHostName", "atlanta-edge-01" )->json_is( "/response/1/description", "DRAC FIRMWA" )
 	->json_is( "/response/1/val", "1.0.0.29" )->json_is( "/response/1/serverHostName", "atlanta-mid-01" )
 	->or( sub { diag $t->tx->res->content->asset->{content}; } );