summaryrefslogtreecommitdiff
path: root/rt/t/customfields
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2014-08-21 00:48:07 -0700
committerIvan Kohler <ivan@freeside.biz>2014-09-15 20:59:00 -0700
commit008524b8e963831999983769f7fec11f55a72f16 (patch)
tree30b22daa59b4c9be3f375d058f0a9c1f034e6ca8 /rt/t/customfields
parentd10fe3d48da3f3bdb423efe42d624e9d1013c958 (diff)
rt 4.0.21 (RT#13852)
Diffstat (limited to 'rt/t/customfields')
-rw-r--r--rt/t/customfields/ip.t2
-rw-r--r--rt/t/customfields/iprange.t2
-rw-r--r--rt/t/customfields/ipv6.t2
3 files changed, 3 insertions, 3 deletions
diff --git a/rt/t/customfields/ip.t b/rt/t/customfields/ip.t
index 3ab7fbd6a..37afcb71d 100644
--- a/rt/t/customfields/ip.t
+++ b/rt/t/customfields/ip.t
@@ -147,7 +147,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
}
);
- $agent->content_contains( 'can not be parsed as an IP address',
+ $agent->content_contains( 'is not a valid IP address',
'ticket fails to create' );
}
diff --git a/rt/t/customfields/iprange.t b/rt/t/customfields/iprange.t
index af9a52f83..4bccd9ac1 100644
--- a/rt/t/customfields/iprange.t
+++ b/rt/t/customfields/iprange.t
@@ -197,7 +197,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
}
);
- $agent->content_like( qr/can not be parsed as an IP address range/, 'ticket fails to create' );
+ $agent->content_like( qr/is not a valid IP address range/, 'ticket fails to create' );
}
}
diff --git a/rt/t/customfields/ipv6.t b/rt/t/customfields/ipv6.t
index f97420ef6..3b02ef9d7 100644
--- a/rt/t/customfields/ipv6.t
+++ b/rt/t/customfields/ipv6.t
@@ -150,7 +150,7 @@ diag "check that we parse correct IPs only" if $ENV{'TEST_VERBOSE'};
}
);
- $agent->content_contains( 'can not be parsed as an IP address',
+ $agent->content_contains( 'is not a valid IP address',
'ticket fails to create' );
}
}