[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-537-g30e5c93
Shawn Moore
sartak at bestpractical.com
Tue Aug 24 17:20:15 EDT 2010
The branch, 3.9-trunk has been updated
via 30e5c93b56fe227bd765f78f7ca5ce946bb649b3 (commit)
from 18132e4e0a17010761786644a2aec5ed85a58f6f (commit)
Summary of changes:
t/api/cf_external.t | 1 -
t/api/date.t | 2 --
t/ticket/search_by_cf_freeform_multiple.t | 1 -
3 files changed, 0 insertions(+), 4 deletions(-)
- Log -----------------------------------------------------------------
commit 30e5c93b56fe227bd765f78f7ca5ce946bb649b3
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Aug 24 17:20:34 2010 -0400
Remove exit 0 at the end of some test files
diff --git a/t/api/cf_external.t b/t/api/cf_external.t
index 0768712..c9b80d5 100644
--- a/t/api/cf_external.t
+++ b/t/api/cf_external.t
@@ -53,4 +53,3 @@ isa_ok( $cf, 'RT::CustomField' );
is( $values->Count, $count, "count is correct" );
}
-exit(0);
diff --git a/t/api/date.t b/t/api/date.t
index f2b159a..8a7e9e5 100644
--- a/t/api/date.t
+++ b/t/api/date.t
@@ -573,5 +573,3 @@ my $year = (localtime(time))[5] + 1900;
#TODO: AsString
#TODO: RFC2822, W3CDTF with Timezones
-exit(0);
-
diff --git a/t/ticket/search_by_cf_freeform_multiple.t b/t/ticket/search_by_cf_freeform_multiple.t
index 5de41b8..8793a7c 100644
--- a/t/ticket/search_by_cf_freeform_multiple.t
+++ b/t/ticket/search_by_cf_freeform_multiple.t
@@ -150,4 +150,3 @@ sub run_tests {
}
run_tests();
-exit 0;
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list