From: Zdeněk Salvet Date: Wed, 19 Sep 2007 12:57:40 +0000 (+0000) Subject: Use RFC 2606 name instead of TRFCN Inc.'s domain. X-Git-Tag: glite-security-gsoap-plugin_R_1_5_2_1~4 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=c3eb07f534440112c3ce12e30a8ef75e8f54580c;p=jra1mw.git Use RFC 2606 name instead of TRFCN Inc.'s domain. --- 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); }