myserver-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[myserver-commit] [2853] Fixed a test that sometimes caused a block whil


From: Francesco Pipita
Subject: [myserver-commit] [2853] Fixed a test that sometimes caused a block while running `tests_suite'.
Date: Mon, 29 Sep 2008 10:26:13 +0000

Revision: 2853
          http://svn.sv.gnu.org/viewvc/?view=rev&root=myserver&revision=2853
Author:   francesco_pipita
Date:     2008-09-29 10:26:12 +0000 (Mon, 29 Sep 2008)

Log Message:
-----------
Fixed a test that sometimes caused a block while running `tests_suite'.

Modified Paths:
--------------
    trunk/myserver/tests/test_socket_stream_creator.cpp

Modified: trunk/myserver/tests/test_socket_stream_creator.cpp
===================================================================
--- trunk/myserver/tests/test_socket_stream_creator.cpp 2008-09-28 20:56:35 UTC 
(rev 2852)
+++ trunk/myserver/tests/test_socket_stream_creator.cpp 2008-09-29 10:26:12 UTC 
(rev 2853)
@@ -1,19 +1,19 @@
 /*
- MyServer
- Copyright (C) 2008 Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 3 of the License, or
- (at your option) any later version.
+  MyServer
+  Copyright (C) 2008 Free Software Foundation, Inc.
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 3 of the License, or
+  (at your option) any later version.
  
- This program is distributed in the hope that it will be useful, 
- but WITHOUT ANY WARRANTY; without even the implied warranty of
- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- GNU General Public License for more details.
+  This program is distributed in the hope that it will be useful, 
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
  
- You should have received a copy of the GNU General Public License
- along with this program.  If not, see <http://www.gnu.org/licenses/>.
- */
+  You should have received a copy of the GNU General Public License
+  along with this program.  If not, see <http://www.gnu.org/licenses/>.
+*/
 
 #include <list>
 #include <string>
@@ -44,7 +44,7 @@
   void testCreation ()
   {
     list<string> filters;
-    LogStream* ls = ssc->create (ff, "foo:0", filters, 0);
+    LogStream* ls = ssc->create (ff, "127.0.0.1:0", filters, 0);
     CPPUNIT_ASSERT (!ls);
   }
 






reply via email to

[Prev in Thread] Current Thread [Next in Thread]