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)
unittest/test_simpleio_basics.cpp

index ed840fb..119bac3 100644 (file)
@@ -950,7 +950,7 @@ class TestSimpleioBasics : public TestFixture
             CPPUNIT_ASSERT_EQUAL( true, res1 );
 
             {
-                Utils::FileStat stat(path,false);
+                AsyncIo::Utils::FileStat stat(path,false);
                 CPPUNIT_ASSERT( stat.is_socket() );
                 CPPUNIT_ASSERT_EQUAL( 0600u, (stat.mode() & 0777));
             }