I am not sure why this is not going through, might be a delay in my mail
server, but I am resending. See note below...
-----Original Message-----
From: Sterin, Ilya
To: '[EMAIL PROTECTED] '
Cc: '[EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] , [EMAIL PROTECTED]
'
Sent: 8/9/01 1:16 PM
Subject: general.t error
I've looked and looked and looked. Not sure why this is happening. As
Tim mentioned, the "warn error: ....." message should of printed in
either case if the test failed as it did. The only thing I could come
up with is that your STDERR is going somewhere else. Since I don't have
access to AIX and the test does not neither of my platforms, let try
this.
The failing test is on line 71. Sorry, I didn't submit a diff, but it's
simple enough...
On line 72 of general.t insert a simple warn() method.
warn "This warning should now appear no matter what\n";
On line 70 (before the test) insert...
print $warn, $/;
Run make test. This will show if any warning at all is printed.
Also this will show us what is being assigned to $warn and why it is not
matching with the standard DBD::Oracle error message.
Ilya