[Rt-commit] r7148 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: lib/RT
lib/t/regression t/web
clkao at bestpractical.com
clkao at bestpractical.com
Mon Mar 5 09:05:21 EST 2007
Author: clkao
Date: Mon Mar 5 09:05:21 2007
New Revision: 7148
Added:
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/crypt-gnupg.t
- copied unchanged from r7141, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06-crypt-gnupg.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/gateway.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06mailgateway.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/mime_decoding.t
- copied unchanged from r7141, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06-mime_decoding.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/mail/sendmail.t
- copied unchanged from r7141, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/04send_email.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/acl.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/07-acl.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/attachments.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/23-web_attachments.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/basic.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/02basic_web.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/cf_access.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/08web_cf_access.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/command_line.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/26command_line.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/compilation_errors.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/03web_compiliation_errors.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_frontpage.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/18custom_frontpage.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/custom_search.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/17custom_search.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/query_builder.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/21query-builder.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/t/web/rights.t
- copied unchanged from r7143, /rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/07-rights_web.t
Removed:
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/02basic_web.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/03web_compiliation_errors.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/04send_email.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06-crypt-gnupg.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06-mime_decoding.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/06mailgateway.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/07-acl.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/07-rights_web.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/08web_cf_access.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/17custom_search.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/18custom_frontpage.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/21query-builder.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/23-web_attachments.t
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/t/regression/26command_line.t
Modified:
rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Test.pm
Log:
Categorize web and mail tests
Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Test.pm
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Test.pm (original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/lib/RT/Test.pm Mon Mar 5 09:05:21 2007
@@ -35,7 +35,7 @@
sub import {
my $class = shift;
require RT::Handle;
- unless ( $_[0] eq 'nodb' ) {
+ unless ( ($_[0] || '') eq 'nodb' ) {
RT::Handle->drop_db( undef, { force => 1 } );
RT::Handle->create_db;
More information about the Rt-commit
mailing list