Unit_Test library update:
- User Test classes now must extend Unit_Test_Case instead of Unit_Test_Core. This way the Unit_Test_Core $paths and $results properties cannot be overwritten. Updated example test class: http://pastie.textmate.org/163587
- Moved test results html to separate view
- Added assert_empty() and assert_pattern()