resolved after merge
authorReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 19 Apr 2009 17:38:00 +0000 (19:38 +0200)
committerReinhard Pfau <Reinhard.Pfau@gmx.de>
Sun, 19 Apr 2009 17:38:00 +0000 (19:38 +0200)
1  2 
unittest/test_simpleio_basics.cpp

@@@ -945,16 -945,16 +945,16 @@@ class TestSimpleioBasics : public TestF
              UnixIOSocketPtr server;
              TestUnixIOSocket client0;
              TestUnixIOSocket client1;
 -            
 +
              bool res1 = server_port.open(path, 0600);
              CPPUNIT_ASSERT_EQUAL( true, res1 );
 -            
 +
              {
-                 Utils::FileStat stat(path,false);
+                 AsyncIo::Utils::FileStat stat(path,false);
                  CPPUNIT_ASSERT( stat.is_socket() );
 -                //FIXME: CPPUNIT_ASSERT_EQUAL( 0600u, (stat.mode() & 0777));
 +                CPPUNIT_ASSERT_EQUAL( 0600u, (stat.mode() & 0777));
              }
 -            
 +
              server_port.setNewConnectionCallback(
                  boost::bind( &UnixIOSocketHolder::store, &server_holder, _1)
              );