I tried the basic MXUnit install test but it failed because BlueDragon
implements assert() as a built-in function.
As some folks may know, I'm on the Open BlueDragon Steering Committee
and we're looking at unit testing frameworks and I'd like to recommend
MXUnit but if it won't run on BD, we can't use it...
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
"If you're not annoying somebody, you're not really alive."
-- Margaret Atwood
I didn't test the fix on BD, but I did remove this particular problem.
Let us know what else you run into. Meanwhile, I'll try to get some
time within the next week or so to get BD installed and have at it.
marc
Neil
thanks!
marc
I'll most likely take up that challenge...
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
marc
Thanx. I will download and try this. However, the whole silly mess
with CFCProxy is never going to work on BD. It's only in the index.cfm
page for the install test but I really think it needs to go.
Just require "mxunit" to be root-accessible (under the webroot or via
a mapping) and fall inline with all the other frameworks and stop
worrying about it, m'kay? :)
If MXUnit runs well on OpenBD, we will adopt it as the standard unit
testing framework for the project and we will require all unit tests
for features be written with it. (I'm pushing very hard for this
because I believe MXUnit is the best unit testing framework but the
key is that it has to run cleanly on BD)
Thank you!
I look forward to an update from the team.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
Just to note: Open BlueDragon was officially released at
cf.Objective() last week. It can be downloaded in both binary and
source forms from openbluedragon.org already.
--
Sean A Corfield -- (904) 302-SEAN
An Architect's View -- http://corfield.org/
That jar file i sent the other day though is the latest and greatest,
so if you drop that into your plugins directory and delete the
existing org.mxunit.eclipseplugin folders, it "should" work with
bluedragon. but again, you'll need to be using the latest framework
from svn.
marc