[Rt-commit] r1994 - in rt/branches/3.3-TESTING: . lib lib/RT
lib/t/regression sbin
jesse at bestpractical.com
jesse at bestpractical.com
Thu Dec 16 14:48:02 EST 2004
Author: jesse
Date: Tue Dec 14 04:54:04 2004
New Revision: 1994
Removed:
rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValue.pm
rt/branches/3.3-TESTING/lib/RT/TicketCustomFieldValues.pm
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/configure.ac
rt/branches/3.3-TESTING/lib/RT.pm.in
rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
rt/branches/3.3-TESTING/sbin/extract_pod_tests
Log:
r2433 at hualien: jesse | 2004-12-14T09:25:34.132509Z
Removing TicketCustomFieldValue files leftover from 3.2
Modified: rt/branches/3.3-TESTING/configure.ac
==============================================================================
--- rt/branches/3.3-TESTING/configure.ac (original)
+++ rt/branches/3.3-TESTING/configure.ac Tue Dec 14 04:54:04 2004
@@ -241,16 +241,6 @@
Makefile
etc/RT_Config.pm
lib/RT.pm
- lib/t/00smoke.t
- lib/t/01harness.t
- lib/t/02regression.t
- lib/t/03web.pl
- lib/t/04_send_email.pl
- lib/t/05cronsupport.pl
- lib/t/06mailgateway.pl
- lib/t/07acl.pl
- lib/t/08web_cf.pl
- lib/t/09record_customfields.t
bin/mason_handler.fcgi
bin/mason_handler.scgi
bin/standalone_httpd
Modified: rt/branches/3.3-TESTING/lib/RT.pm.in
==============================================================================
--- rt/branches/3.3-TESTING/lib/RT.pm.in (original)
+++ rt/branches/3.3-TESTING/lib/RT.pm.in Tue Dec 14 04:54:04 2004
@@ -59,6 +59,7 @@
$LocalEtcPath
$LocalLexiconPath
$LogDir
+ $BinPath
$MasonComponentRoot
$MasonLocalComponentRoot
$MasonDataDir
@@ -74,6 +75,7 @@
$BasePath = '@RT_PATH@';
$EtcPath = '@RT_ETC_PATH@';
+$BinPath = '@RT_BIN_PATH@';
$VarPath = '@RT_VAR_PATH@';
$LocalPath = '@RT_LOCAL_PATH@';
$LocalEtcPath = '@LOCAL_ETC_PATH@';
Modified: rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t
==============================================================================
--- rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t (original)
+++ rt/branches/3.3-TESTING/lib/t/regression/01ticket_link_searching.t Tue Dec 14 04:54:04 2004
@@ -1,7 +1,7 @@
#!/usr/bin/perl -w
use lib qw(/opt/rt3/lib);
-#use Test::More tests => 25;
+use Test::More tests => 25;
use strict;
use RT;
Modified: rt/branches/3.3-TESTING/sbin/extract_pod_tests
==============================================================================
--- rt/branches/3.3-TESTING/sbin/extract_pod_tests (original)
+++ rt/branches/3.3-TESTING/sbin/extract_pod_tests Tue Dec 14 04:54:04 2004
@@ -121,7 +121,14 @@
}
+print $outfh <<EOF;
+use Test::More qw/no_plan/;
+use RT;
+RT::LoadConfig();
+RT::Init();
+
+EOF
foreach my $test (@tests, @examples) {
print $outfh "$test\n";
}
More information about the Rt-commit
mailing list