Date: Friday, December 22, 2006 @ 11:22:44
  Author: gilles
    Path: /cvsroot/carob/carob/test

Modified: ConnectionSetup.hpp (1.9 -> 1.10)

Javadoc fix


---------------------+
 ConnectionSetup.hpp |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)


Index: carob/test/ConnectionSetup.hpp
diff -u carob/test/ConnectionSetup.hpp:1.9 carob/test/ConnectionSetup.hpp:1.10
--- carob/test/ConnectionSetup.hpp:1.9  Wed Dec 20 17:42:11 2006
+++ carob/test/ConnectionSetup.hpp      Fri Dec 22 11:22:44 2006
@@ -44,11 +44,13 @@
 class ConnectionSetup : CppUnit::TestFixture
 {
 public:
-  /** Default controllers hosts used for the tests */
+  /** Default first controller host used for the tests */
   const static std::wstring DEFAULT_HOST1;
+  /** Default controller host #2 used for the tests */
   const static std::wstring DEFAULT_HOST2;
-  /** Default controller ports used for the tests */
+  /** Default first controller port used for the tests */
   const static int          DEFAULT_PORT1;
+  /** Default controller port #2 used for the tests */
   const static int          DEFAULT_PORT2;
   /** Default vdb used for the tests */
   const static std::wstring DEFAULT_DB;

_______________________________________________
Carob-commits mailing list
[email protected]
https://forge.continuent.org/mailman/listinfo/carob-commits

Reply via email to