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

[10/40] incubator-trafficcontrol git commit: fixed the log fixture tm_user pointer

fixed the log fixture tm_user pointer


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

Branch: refs/heads/psql-rebase
Commit: d8a0ad043a806e9ce9c69f73209280ee7c0abf58
Parents: 050bf6b
Author: Dewayne Richardson <de...@apache.org>
Authored: Thu Nov 17 13:49:07 2016 -0700
Committer: Dan Kirkwood <da...@gmail.com>
Committed: Mon Nov 21 12:04:09 2016 -0700

----------------------------------------------------------------------
 traffic_ops/app/lib/Fixtures/Log.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/d8a0ad04/traffic_ops/app/lib/Fixtures/Log.pm
----------------------------------------------------------------------
diff --git a/traffic_ops/app/lib/Fixtures/Log.pm b/traffic_ops/app/lib/Fixtures/Log.pm
index 838a00b..1377db8 100644
--- a/traffic_ops/app/lib/Fixtures/Log.pm
+++ b/traffic_ops/app/lib/Fixtures/Log.pm
@@ -25,7 +25,7 @@ my %definition_for = (
 			level     => 'APICHANGE',
 			ticketnum => 123,
 			message   => 'Message1',
-			tm_user   => 1,
+			tm_user   => 100,
 		},
 	},
 	message2 => {
@@ -35,7 +35,7 @@ my %definition_for = (
 			level     => 'APICHANGE',
 			ticketnum => 456,
 			message   => 'Message2',
-			tm_user   => 1,
+			tm_user   => 100,
 		},
 	},
 );