| Message: 64047 |
 |
BY: J. Scott Walton (swalton) DATE: 2009-01-18 16:40 SUBJECT: RE: test and rake issues with DB2 (Win) and r Turns out to be multiple issues:
1) the message is incorrect in some instances (the error message is what adds the excess characters)
2) you are correct - model naming issues. I set up one model name "stories" and another named "story" and a had stories.yml in the fixtures.
3) I had some old bad unit test references present referring to no longer existing models
Comes from multiple mistakes by a Ruby newbie trying to learn with an existing database. I now how unit tests working. Next is to clean up funcitonal tests. | |