File blocxx-no-fqdn-dot-check.dif of Package libblocxx4
Index: test/unit/SocketUtilsTestCases.cpp
===================================================================
--- test/unit/SocketUtilsTestCases.cpp (Revision 283)
+++ test/unit/SocketUtilsTestCases.cpp (Arbeitskopie)
@@ -60,7 +60,7 @@
{
String hn = SocketUtils::getFullyQualifiedHostName();
unitAssert(!hn.empty());
- unitAssert(hn.indexOf('.') != String::npos);
+ //unitAssert(hn.indexOf('.') != String::npos);
}
catch (const SocketException& e)
{