orbitcpp r288 - in trunk: . test



Author: esizikov
Date: Fri Feb  8 12:43:03 2008
New Revision: 288
URL: http://svn.gnome.org/viewvc/orbitcpp?rev=288&view=rev

Log:
2008-02-08  Eugene Sizikov  <esizikov gmail com>

	* test/tut.h
	* test/tut_reporter.h
	* test/tut_restartable.h:
	Removed files which aren't used anymore.

	* test/Makefile.am (noinst_INCLUDES)
	* test/test_factory.cc
	* test/test_policy.cc:
	Updated path to used TUT's headers.

	* test/main.cc:
	Changed TUT's URL to the current one, which is
	http://tut-framework.sourceforge.net/



Removed:
   trunk/test/tut.h
   trunk/test/tut_reporter.h
   trunk/test/tut_restartable.h
Modified:
   trunk/ChangeLog
   trunk/test/Makefile.am
   trunk/test/main.cc
   trunk/test/test_factory.cc
   trunk/test/test_policy.cc

Modified: trunk/test/Makefile.am
==============================================================================
--- trunk/test/Makefile.am	(original)
+++ trunk/test/Makefile.am	Fri Feb  8 12:43:03 2008
@@ -1,6 +1,7 @@
 SUBDIRS = cpp
 
-noinst_INCLUDES = tut.h tut_reporter.h tut_restartable.h client_server.h
+noinst_INCLUDES = tut/tut.hpp tut/tut_reporter.hpp tut/tut_restartable.hpp \
+			client_server.h
 
 if OS_WIN32
 else

Modified: trunk/test/main.cc
==============================================================================
--- trunk/test/main.cc	(original)
+++ trunk/test/main.cc	Fri Feb  8 12:43:03 2008
@@ -1,5 +1,5 @@
-#include <tut.h>
-#include <tut_reporter.h>
+#include <tut/tut.hpp>
+#include <tut/tut_reporter.hpp>
 #include <iostream>
 
 namespace tut
@@ -14,7 +14,7 @@
 	if(argc < 2 || argc > 3)
 	{
 		std::cout 
-			<< "TUT (http://tut.sf.net) orbitcpp test application."
+			<< "TUT (http://tut-framework.sourceforge.net/) orbitcpp test application."
 			<< std::endl;
 		std::cout << "Usage: " << basename(argv[0])
 			<< " [regression] | [list] | [ group] [test]" << std::endl;

Modified: trunk/test/test_factory.cc
==============================================================================
--- trunk/test/test_factory.cc	(original)
+++ trunk/test/test_factory.cc	Fri Feb  8 12:43:03 2008
@@ -1,4 +1,4 @@
-#include <tut.h>
+#include <tut/tut.hpp>
 #include <set>
 
 #include "client_server.h"

Modified: trunk/test/test_policy.cc
==============================================================================
--- trunk/test/test_policy.cc	(original)
+++ trunk/test/test_policy.cc	Fri Feb  8 12:43:03 2008
@@ -1,4 +1,4 @@
-#include <tut.h>
+#include <tut/tut.hpp>
 #include <set>
 
 #include "client_server.h"



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