Changeset 80
- Timestamp:
- 01/19/10 13:24:57 (2 years ago)
- Files:
-
- 1 modified
-
trunk/mgunit/src/mgutxmlrunner__define.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/mgunit/src/mgutxmlrunner__define.pro
r79 r80 112 112 113 113 indent = level eq 0L ? '' : string(bytarr(2 * level) + 32B) 114 msg = string(indent, testname, format='(%"%s <test name=\"%s\">")')114 msg = string(indent, testname, format='(%"%s <test name=\"%s\">")') 115 115 self->_print, self.lun, msg 116 116 end … … 138 138 139 139 if (~keyword_set(passed)) then begin 140 _msg = string(indent, msg, format='(%"%s <failure>%s</failure>")')140 _msg = string(indent, msg, format='(%"%s <failure>%s</failure>")') 141 141 self->_print, self.lun, _msg 142 142 endif 143 143 144 self->_print, self.lun, string(indent, format='(%"%s </test>")')144 self->_print, self.lun, string(indent, format='(%"%s </test>")') 145 145 end 146 146
