From 40bb5c5e23417a4f269651d8bc94edfba31b7135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Mon, 8 Jan 2007 12:03:46 +0000 Subject: [PATCH] One of the hosts I sometimes uses is named "bar.domain", this make one of the tests pass when it shouldn't. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@19761 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/krb5/name-45-test.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/krb5/name-45-test.c b/lib/krb5/name-45-test.c index 5a7866e91..296b38d63 100644 --- a/lib/krb5/name-45-test.c +++ b/lib/krb5/name-45-test.c @@ -59,10 +59,10 @@ static struct testcase { {"krbtgt", "FOO.SE", "FOO.SE", "FOO.SE", 2, {"krbtgt", "FOO.SE"}, NULL, 0, 0}, - {"foo", "bar", "BAZ", "BAZ", 2, - {"foo", "bar"}, NULL, 0, 0}, - {"foo", "bar", "BAZ", "BAZ", 2, - {"foo", "bar"}, + {"foo", "bar2", "BAZ", "BAZ", 2, + {"foo", "bar2"}, NULL, 0, 0}, + {"foo", "bar2", "BAZ", "BAZ", 2, + {"foo", "bar2"}, "[libdefaults]\n" " v4_name_convert = {\n" " host = {\n" @@ -70,8 +70,8 @@ static struct testcase { " }\n" "}\n", HEIM_ERR_V4_PRINC_NO_CONV, 0}, - {"foo", "bar", "BAZ", "BAZ", 2, - {"foo5", "bar.baz"}, + {"foo", "bar2", "BAZ", "BAZ", 2, + {"foo5", "bar2.baz"}, "[realms]\n" " BAZ = {\n" " v4_name_convert = {\n"