Changeset 9117
- Timestamp:
- 06/13/08 16:13:34 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
sandbox/aida/demo-app/app/controllers/testing_controller.js
r9116 r9117 7 7 8 8 this.index_action = function () { 9 res.contentType = "text/plain"; 9 10 var tr = testing.selftest.run() 10 tr.write( shell);11 tr.write(res); 11 12 render("testing:" + tr); 12 13 }