From c3eb07f534440112c3ce12e30a8ef75e8f54580c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zden=C4=9Bk=20Salvet?= Date: Wed, 19 Sep 2007 12:57:40 +0000 Subject: [PATCH] Use RFC 2606 name instead of TRFCN Inc.'s domain. --- org.glite.security.gsoap-plugin/test/test_gss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org.glite.security.gsoap-plugin/test/test_gss.cpp b/org.glite.security.gsoap-plugin/test/test_gss.cpp index 630de3f..efb417f 100644 --- a/org.glite.security.gsoap-plugin/test/test_gss.cpp +++ b/org.glite.security.gsoap-plugin/test/test_gss.cpp @@ -165,7 +165,7 @@ void GSSTest::errorTest() char * msg = NULL; - err = edg_wll_gss_connect(my_cred, "xxx.porno.net", port, &timeout, &conn, &stat); + err = edg_wll_gss_connect(my_cred, "xxx.example.net", port, &timeout, &conn, &stat); if (err) edg_wll_gss_get_error(&stat, "gss_connect()", &msg); CPPUNIT_ASSERT_MESSAGE("edg_wll_gss_get_error()", msg); } -- 1.8.2.3