Use hostN intead of full hostname in Compare* summaries.

This commit is contained in:
Daniel Nichter
2012-07-17 16:47:33 -06:00
parent 859a8a2390
commit e797e463c1
6 changed files with 62 additions and 46 deletions

View File

@@ -257,7 +257,7 @@ is_deeply(
$report = <<EOF;
# Warning level differences
# Query ID Code dbh-1 dbh-2 Message
# Query ID Code host1 host2 Message
# ================== ==== ======= ===== ======================================
# 4336C4AAA4EEF76B-1 1264 Warning Error Out of range value for column 'i' at row 1
EOF
@@ -291,10 +291,10 @@ $report = <<EOF;
# New warnings
# Query ID Host Code Message
# ================== ===== ==== ==========================================
# 4336C4AAA4EEF76B-1 dbh-1 1264 Out of range value for column 'i' at row 1
# 4336C4AAA4EEF76B-1 host1 1264 Out of range value for column 'i' at row 1
# Warning count differences
# Query ID dbh-1 dbh-2
# Query ID host1 host2
# ================== ===== =====
# 4336C4AAA4EEF76B-1 1 0
EOF
@@ -325,10 +325,10 @@ $report = <<EOF;
# New warnings
# Query ID Host Code Message
# ================== ===== ==== ==========================================
# 4336C4AAA4EEF76B-1 dbh-2 1264 Out of range value for column 'i' at row 1
# 4336C4AAA4EEF76B-1 host2 1264 Out of range value for column 'i' at row 1
# Warning count differences
# Query ID dbh-1 dbh-2
# Query ID host1 host2
# ================== ===== =====
# 4336C4AAA4EEF76B-1 0 1
EOF