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:31 UTC

[16/40] incubator-trafficcontrol git commit: fixed the delivery servivce id

fixed the delivery servivce id


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

Branch: refs/heads/psql-rebase
Commit: 804ee1bf11e980e17a20641e9e61cd06375182a1
Parents: 3f80691
Author: Dewayne Richardson <de...@apache.org>
Authored: Thu Nov 17 14:35:16 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Nov 21 12:04:09 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/Fixtures/Staticdnsentry.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/804ee1bf/traffic_ops/app/lib/Fixtures/Staticdnsentry.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Fixtures/Staticdnsentry.pm b/traffic_ops/app/lib/Fixtures/Staticdnsentry.pm
index d7866d6..8da2a8e 100644
--- a/traffic_ops/app/lib/Fixtures/Staticdnsentry.pm
+++ b/traffic_ops/app/lib/Fixtures/Staticdnsentry.pm
@@ -25,7 +25,7 @@ my %definition_for = (
 			host            => 'A_RECORD_HOST',
 			address         => '127.0.0.1',
 			type            => 21,
-			deliveryservice => 1,
+			deliveryservice => 100,
 			cachegroup      => 1,
 		},
 	},