talexb has asked for the wisdom of the Perl Monks concerning the following question:
I downloaded and installed the OpenThought web application framework this afternoon and ran into problems when running the tests. I was wondering if anyone here (perhaps even the authour, who I met at YAPC 2002) could help me understand what I've done wrong.
OpenThought consists of three modules, OpenThought-XML2Hash-0.56, OpenPlugin-0.09 and OpenThought-0.63. The installation instructions recommend you install them in that order, so that's what I did. The first module tested OK, but I got various errors like
with the second module. The report that Failed 6/8 test scripts, 25.00% okay. 39/43 subtests failed, 9.30% okay didn't make me feel good.fileparse(): need a valid pathname at /usr/local/exeg enix/src/OpenPlugin-0.09/blib/lib/OpenPlugin/Config.pm line 58
The test of the third module also failed:
t/02_serialize......Can't call method "config" on unblessed reference +at lib/OpenThought.pm line 153.
I'm not sure how to solve this one either. Is this common? Am I being an egghead?
--t. alex
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: OpenThought test problems
by chromatic (Archbishop) on Dec 20, 2002 at 03:15 UTC | |
|
Re: OpenThought test problems
by andreychek (Parson) on Dec 20, 2002 at 05:12 UTC | |
|
Re: OpenThought test problems
by submersible_toaster (Chaplain) on Dec 20, 2002 at 01:11 UTC | |
|
Re: OpenThought test problems
by talexb (Chancellor) on Dec 20, 2002 at 20:39 UTC |