From ec0d54750d546db77d8e294472b0d928b7b0673a Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 23 Jan 2006 08:14:32 +0000 Subject: [PATCH] Lose "finally" action attribute-value, replace by its own "when" attribute. --- src/test_filter_query_rewrite.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test_filter_query_rewrite.cpp b/src/test_filter_query_rewrite.cpp index d0fcb7c..9b75b61 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.6 2006-01-23 08:13:11 mike Exp $ +/* $Id: test_filter_query_rewrite.cpp,v 1.7 2006-01-23 08:14:32 mike Exp $ Copyright (c) 2005, Index Data. %LICENSE% @@ -207,7 +207,7 @@ BOOST_AUTO_UNIT_TEST( test_filter_query_rewrite3 ) " fish\n" " mouse\n" " \n" - " \n" + " \n" " ^\n" " @and @attr1=9999 vdb\n" " \n" -- 1.7.10.4