ORACLE: Oracle9i Enterprise Edition Release 9.2.0.3.0 - 64bit Production
Server: SunOS dsas105 5.8 Generic_108528-22 sun4u sparc SUNW,Sun-Fire-880
This is the output from make test, on building rc2:
[EMAIL PROTECTED] [/view/baxtlinc_dam/vob/common/oss/cpan/DBD-Oracle-1.15]
make test
PERL_DL_NONLAZY=1 /opt/oss/pkg/perl-5.8.2-fccs-01/bin/perl
"-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')"
t/*.t
t/base.......ok
t/cursor.....ok
t/general....ok
t/long.......ok
t/meta.......ok
t/ph_type....NOK 12 expected 'trailing' but got 'trailing ' for VARCHAR2
t/ph_type....FAILED test 12
Failed 1/19 tests, 94.74% okay
t/plsql......ok
t/reauth.....skipped
all skipped: no reason given
t/select.....ok
Failed Test Stat Wstat Total Fail Failed List of Failed
----------------------------------------------------------------------------
---
t/ph_type.t 19 1 5.26% 12
1 test skipped.
Failed 1/9 test scripts, 88.89% okay. 1/545 subtests failed, 99.82% okay.
make: *** [test_dynamic] Error 29
[EMAIL PROTECTED] [/view/baxtlinc_dam/vob/common/oss/cpan/DBD-Oracle-1.15]
[EMAIL PROTECTED] [/view/baxtlinc_dam/vob/common/oss/cpan/DBD-Oracle-1.15]
perl -Mblib t/ph_type.t
1..19
ok 1
#
# testing skip 0 chops_space 0 embed_nul 1 name CHAR type 96 ...
#
ok 2
ok 3
{
"en" => {
"len" => 12,
"vc" => "embedded\0nul",
"c" => "embedded\0nul ",
"isnull" => "embedded\0nul"
},
"ts" => {
"len" => 9,
"vc" => "trailing ",
"c" => "trailing ",
"isnull" => "trailing "
},
"es" => {
"len" => undef,
"vc" => undef,
"c" => undef,
"isnull" => "ISNULL"
}
}
ok 4
ok 5
ok 6
ok 7
ok 8
ok 9
#
# testing skip 0 chops_space 1 embed_nul 1 name VARCHAR2 type 1 ...
#
ok 10
ok 11
{
"en" => {
"len" => 12,
"vc" => "embedded\0nul",
"c" => "embedded\0nul ",
"isnull" => "embedded\0nul"
},
"ts" => {
"len" => 9,
"vc" => "trailing ",
"c" => "trailing ",
"isnull" => "trailing "
},
"es" => {
"len" => undef,
"vc" => undef,
"c" => undef,
"isnull" => "ISNULL"
}
}
# failed test 12 at line 116
not ok 12
expected 'trailing' but got 'trailing ' for VARCHAR2
ok 13
ok 14
ok 15
ok 16
ok 17
ok 18
ok 19
Lincoln