Has anyone else run into this? If so, did you just create a dummy
testcase to get around it? Or are my project set up wrong?
We have several UI projects that don't have any unit tests, just some
manual tests. It seems to me that an empty test suite should just
return a pass result, though a quick step through of the code in the
debugger seems to hint that it's in the FlexUnit framework itself that
just stops if there are no test cases.
I'm not familiar with the FlexUnit source code, so an easier solution
for me is to either add dummy test cases to all of these projects, or
to modify the AllTestFileGenerator to put in a dummy test case if
there is an empty test suite.
Which way is the recommended solution? I've included a patch file for
the dummy test case if that seems reasonable.
thanks,
Logan