summaryrefslogtreecommitdiff
path: root/sal/qa/osl/socket/osl_Socket2.cxx
diff options
context:
space:
mode:
authorWilhelm Pflueger <Wilhelm.Pflueger@web.de>2011-03-21 14:14:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-21 14:14:39 +0000
commit7dae480d3a9932bf22859e0999c9b9181d388666 (patch)
tree6b15a92af4566f61742ab34b800f702cdd3aebe5 /sal/qa/osl/socket/osl_Socket2.cxx
parentc97a89f8be34e3d9f47363435d0e4073201d8dc3 (diff)
Tests in ure/sal/osl/socket unveiled SocketAddr comparison bug
Reenabled test unveiled a bug in socket.c when comparing socket addresses.
Diffstat (limited to 'sal/qa/osl/socket/osl_Socket2.cxx')
-rw-r--r--sal/qa/osl/socket/osl_Socket2.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/sal/qa/osl/socket/osl_Socket2.cxx b/sal/qa/osl/socket/osl_Socket2.cxx
index 9c2da49ae528..842c97c6f6e7 100644
--- a/sal/qa/osl/socket/osl_Socket2.cxx
+++ b/sal/qa/osl/socket/osl_Socket2.cxx
@@ -241,7 +241,8 @@ namespace osl_Socket
CPPUNIT_TEST( ctors_no_acquire );
CPPUNIT_TEST( ctors_copy_ctor );
CPPUNIT_TEST( ctors_TypeRaw );
- CPPUNIT_TEST( ctors_family_Ipx );
+ //TODO: Check if family_Ipx is still in use?
+ // CPPUNIT_TEST( ctors_family_Ipx );
CPPUNIT_TEST_SUITE_END();
}; // class ctors