From d4659f09509fea809cf32542b7a3cde662639ba9 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 23 Jan 2006 08:23:37 +0000 Subject: [PATCH] Add unit-test to configuration. --- src/test_filter_query_rewrite.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test_filter_query_rewrite.cpp b/src/test_filter_query_rewrite.cpp index 9b75b61..4badebe 100644 --- a/src/test_filter_query_rewrite.cpp +++ b/src/test_filter_query_rewrite.cpp @@ -1,4 +1,4 @@ -/* $Id: test_filter_query_rewrite.cpp,v 1.7 2006-01-23 08:14:32 mike Exp $ +/* $Id: test_filter_query_rewrite.cpp,v 1.8 2006-01-23 08:23:37 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -211,6 +211,10 @@ BOOST_AUTO_UNIT_TEST( test_filter_query_rewrite3 ) " ^\n" " @and @attr1=9999 vdb\n" " \n" + " \n" + " @attr 1=4 foo\n" + " @attr 1=1034 fish\n" + " \n" "\n" ; -- 1.7.10.4