Skip to content

Commit

Permalink
Working on XML Output Format
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebayes committed Nov 10, 2007
1 parent ecb111f commit f6d0b43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framework/as3/asunit/textui/XMLResultPrinter.as
Expand Up @@ -95,7 +95,7 @@ class XMLTestResult {
}
return '';
}

private function renderCloser():String {
return '</testcase>\n';
}
Expand All @@ -112,3 +112,4 @@ class XMLTestResult {
return str;
}
}

0 comments on commit f6d0b43

Please sign in to comment.