Ticket #902 (closed defect: fixed)
Test Failure - xt/badcode.t
| Reported by: | waxhead | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | trunk |
| Keywords: | Cc: |
Description
I'm getting the following test file while under RELEASE_TESTING=1
xt/badcode.t ............... 33/1881
# Failed test 'require Padre::Wx::Dialog::SpecialValues?;'
# at xt/badcode.t line 35.
# Tried to require 'Padre::Wx::Dialog::SpecialValues?'.
# Error: Padre->new has not been called yet at /home/pete/Padre/trunk/Padre/blib/lib/Padre/Current.pm line 187
# Compilation failed in require at (eval 469) line 2.
xt/badcode.t ............... 1856/1881 # Looks like you failed 1 test of 1881.
xt/badcode.t ............... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1881 subtests
(less 437 skipped subtests: 1443 okay)

I checked whether this test failure was introduced by the changes in r11110, but this does not seem to be the case.