Archive

Archive for the ‘cfcUnit’ Category

cfcUnit weirdness

January 17th, 2008 Dan Skaggs No comments

I’ve just spent the better part of an hour trying to figure out why my cfcUnit tests for this project I’m working on suddenly stopped working….stopped working as in DOA.  No errors, no failures, no screen output, NADA.  All the tests were running fine (and passing) yesterday when I left the office so I was quite puzzled. On top of that my processor pegged at 100% utilization and the fan RPMs on my laptop started their slow climb toward jet engine speeds.

 

I had renamed some CFCs this morning as part of changing my mind on how I was going to approach something so I went into the test case files and made the necessary corrections and ran my tests to make sure I’d gotten everything.  I expected to see maybe an error or two saying that it couldn’t find a particular CFC which would have meant that I missed renaming one somewhere in the code (hey that’s what unit tests are for right?).  Insead, I was greated by a blank white browser screen.

Read more…

Categories: ColdFusion, cfcUnit