[Rt-commit] [svn] r857 - in rt/branches/rt-3.1: . lib/RT/Action

jesse at pallas.eruditorum.org jesse at pallas.eruditorum.org
Sun May 9 14:26:50 EDT 2004


Author: jesse
Date: Sun May  9 14:26:49 2004
New Revision: 857

Modified:
   rt/branches/rt-3.1/   (props changed)
   rt/branches/rt-3.1/configure.ac   (contents, props changed)
   rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
Log:
Fixing some tests from linda; autoconf optimization

Modified: rt/branches/rt-3.1/configure.ac
==============================================================================
--- rt/branches/rt-3.1/configure.ac	(original)
+++ rt/branches/rt-3.1/configure.ac	Sun May  9 14:26:49 2004
@@ -1,3 +1,4 @@
+autoconf; exec ./configure $@
 dnl
 dnl Process this file with autoconf to produce a configure script
 dnl

Modified: rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm
==============================================================================
--- rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm	(original)
+++ rt/branches/rt-3.1/lib/RT/Action/CreateTickets.pm	Sun May  9 14:26:49 2004
@@ -297,6 +297,7 @@
 Subject: foo, bar
 Owner: root
 Content: blah
+ENDOFCONTENT
 EOF
 
 $expected{ticket2} = <<EOF;
@@ -304,6 +305,7 @@
 Subject: foo bar
 Owner: root
 Content: blah
+ENDOFCONTENT
 EOF
 
 $expected{ticket3} = <<EOF;
@@ -311,6 +313,7 @@
 Subject: foo' bar
 Owner: root
 Content: blah'boo
+ENDOFCONTENT
 EOF
 
 $expected{ticket10} = <<EOF;
@@ -318,6 +321,7 @@
 Subject: foo' bar
 Owner: root
 Content: blah'
+ENDOFCONTENT
 EOF
 
 $expected{ticket11} = <<EOF;
@@ -325,6 +329,7 @@
 Subject: foo, bar
 Owner: root
 Content: blah
+ENDOFCONTENT
 EOF
 
 $expected{ticket12} = <<EOF;
@@ -332,6 +337,7 @@
 Subject: foo' bar
 Owner: root
 Content: blah'boo
+ENDOFCONTENT
 EOF
 
 $action->Parse($commas);


More information about the Rt-commit mailing list