[rhmessaging-commits] rhmessaging commits: r1649 - in store/trunk/cpp: tests/jrnl/jtt and 1 other directory.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Wed Feb 6 16:14:49 EST 2008


Author: kpvdr
Date: 2008-02-06 16:14:48 -0500 (Wed, 06 Feb 2008)
New Revision: 1649

Removed:
   store/trunk/cpp/tests/jrnl/jtt/bootstrap
   store/trunk/cpp/tests/jrnl/jtt/configure.ac
Modified:
   store/trunk/cpp/bootstrap
   store/trunk/cpp/configure.ac
   store/trunk/cpp/tests/jrnl/jtt/
   store/trunk/cpp/tests/jrnl/jtt/Makefile.am
   store/trunk/cpp/tests/jrnl/jtt/main.cpp
Log:
Fixed error in jtt Makefile.am which broke cruisecontrol build

Modified: store/trunk/cpp/bootstrap
===================================================================
--- store/trunk/cpp/bootstrap	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/bootstrap	2008-02-06 21:14:48 UTC (rev 1649)
@@ -33,5 +33,3 @@
 
 automake --add-missing
 autoconf
-
-cd tests/jrnl/jtt && ./bootstrap

Modified: store/trunk/cpp/configure.ac
===================================================================
--- store/trunk/cpp/configure.ac	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/configure.ac	2008-02-06 21:14:48 UTC (rev 1649)
@@ -186,10 +186,9 @@
   Makefile
   tests/Makefile
   tests/jrnl/Makefile
+  tests/jrnl/jtt/Makefile
   lib/Makefile
   docs/Makefile
   ])
 
-AC_CONFIG_SUBDIRS([tests/jrnl/jtt])
-
 AC_OUTPUT


Property changes on: store/trunk/cpp/tests/jrnl/jtt
___________________________________________________________________
Name: svn:ignore
   - aclocal.m4
autom4te.cache
config.hpp
config.hpp.in
config.log
config.status
configure
depcomp
install-sh
jtt
Makefile
Makefile.in
missing
stamp-h1
_ut_data_src
_ut_jrnl_init_params
_ut_jrnl_instance
_ut_read_arg
_ut_test_case
_ut_test_case_set
_ut_test_case_result
_ut_test_case_result_agregation
.deps

   + jtt
Makefile
Makefile.in
_ut_data_src
_ut_jrnl_init_params
_ut_jrnl_instance
_ut_read_arg
_ut_test_case
_ut_test_case_set
_ut_test_case_result
_ut_test_case_result_agregation
.deps
.libs


Modified: store/trunk/cpp/tests/jrnl/jtt/Makefile.am
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/Makefile.am	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/tests/jrnl/jtt/Makefile.am	2008-02-06 21:14:48 UTC (rev 1649)
@@ -157,6 +157,6 @@
     ${LIBOBJDIR}/time_ns.o
 
 EXTRA_DIST = \
-    file_chk.py \
+    jfile_chk.py \
     jtt.csv \
     _ut_test_case_set.csv

Deleted: store/trunk/cpp/tests/jrnl/jtt/bootstrap
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/bootstrap	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/tests/jrnl/jtt/bootstrap	2008-02-06 21:14:48 UTC (rev 1649)
@@ -1,24 +0,0 @@
-#!/bin/bash
-
-# Copyright (C) 2008 Red Hat Inc.
-#
-# This file is part of Red Hat Messaging.
-#
-# Red Hat Messaging is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public
-# License as published by the Free Software Foundation; either
-# version 2.1 of the License, or (at your option) any later version.
-#
-# This library 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
-# Lesser General Public License for more details.
-#
-# You should have received a copy of the GNU Lesser General Public
-# License along with this library; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-# USA
-#
-# The GNU Lesser General Public License is available in the file COPYING.
-
-autoreconf --install

Deleted: store/trunk/cpp/tests/jrnl/jtt/configure.ac
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/configure.ac	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/tests/jrnl/jtt/configure.ac	2008-02-06 21:14:48 UTC (rev 1649)
@@ -1,29 +0,0 @@
-dnl # Copyright (C) 2008 Red Hat Inc.
-dnl #
-dnl # This file is part of Red Hat Messaging.
-dnl #
-dnl # Red Hat Messaging is free software; you can redistribute it and/or
-dnl # modify it under the terms of the GNU Lesser General Public
-dnl # License as published by the Free Software Foundation; either
-dnl # version 2.1 of the License, or (at your option) any later version.
-dnl #
-dnl # This library is distributed in the hope that it will be useful,
-dnl # but WITHOUT ANY WARRANTY; without even the implied warranty of
-dnl # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-dnl # Lesser General Public License for more details.
-dnl #
-dnl # You should have received a copy of the GNU Lesser General Public
-dnl # License along with this library; if not, write to the Free Software
-dnl # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-dnl # USA
-dnl #
-dnl # The GNU Lesser General Public License is available in the file COPYING.
-
-AC_INIT([Journal Test Tool], [0.1], [rhemrg-users-list at redhat.com])
-AM_INIT_AUTOMAKE([-Wall -Werror foreign])
-AC_PROG_CXX
-AC_CONFIG_HEADERS([config.hpp])
-AC_CONFIG_FILES([
-    Makefile
-])
-AC_OUTPUT

Modified: store/trunk/cpp/tests/jrnl/jtt/main.cpp
===================================================================
--- store/trunk/cpp/tests/jrnl/jtt/main.cpp	2008-02-06 19:31:17 UTC (rev 1648)
+++ store/trunk/cpp/tests/jrnl/jtt/main.cpp	2008-02-06 21:14:48 UTC (rev 1649)
@@ -21,13 +21,15 @@
 * The GNU Lesser General Public License is available in the file COPYING.
 */
 
-#include "config.hpp"
 #include "test_mgr.hpp"
 
 #include <iostream>
 #include "args.hpp"
 #include <signal.h>
 
+#define PACKAGE_NAME "Journal Test Tool"
+#define VERSION "0.1"
+
 namespace po = boost::program_options;
 
 int main(int argc, char** argv)




More information about the rhmessaging-commits mailing list