[Rt-commit] rt branch, 4.0/fulltext-search, updated. rt-4.0.0-191-gb7d981f
Shawn Moore
sartak at bestpractical.com
Thu May 5 16:14:54 EDT 2011
The branch, 4.0/fulltext-search has been updated
via b7d981f521647e14faf9d496068c0c6d6523770b (commit)
from ca91cf50be71497f04fd4bcb2f10ce304678cf4a (commit)
Summary of changes:
t/fts/indexed_oracle.t | 2 ++
t/fts/indexed_pg.t | 1 +
2 files changed, 3 insertions(+), 0 deletions(-)
- Log -----------------------------------------------------------------
commit b7d981f521647e14faf9d496068c0c6d6523770b
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Thu May 5 16:14:07 2011 -0400
Clear @tickets at the end of the script
Since we close over @tickets in a global sub, RT warns about
possible transaction batch failures
diff --git a/t/fts/indexed_oracle.t b/t/fts/indexed_oracle.t
index 3c943f2..b1aafe4 100644
--- a/t/fts/indexed_oracle.t
+++ b/t/fts/indexed_oracle.t
@@ -78,3 +78,5 @@ run_tests(
"Content LIKE 'bar'" => { book => 0, bar => 1 },
);
+ at tickets = ();
+
diff --git a/t/fts/indexed_pg.t b/t/fts/indexed_pg.t
index 6310631..1d2ad0c 100644
--- a/t/fts/indexed_pg.t
+++ b/t/fts/indexed_pg.t
@@ -83,3 +83,4 @@ run_tests(
"Content LIKE 'bar'" => { book => 0, bar => 1 },
);
+ at tickets = ();
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list