Revision: 10
Author: lukebayes
Date: 2006-03-04 18:00:27 -0800 (Sat, 04 Mar 2006)
ViewCVS: http://svn.sourceforge.net/asunit/?rev=10&view=rev
Log Message:
-----------
Trying to find out if subversion will insert meta data directly into a file
Modified Paths:
--------------
trunk/framework/as25/asunit/textui/ResultPrinter.as
Modified: trunk/framework/as25/asunit/textui/ResultPrinter.as
===================================================================
--- trunk/framework/as25/asunit/textui/ResultPrinter.as 2006-03-05 01:51:25 UTC (rev 9)
+++ trunk/framework/as25/asunit/textui/ResultPrinter.as 2006-03-05 02:00:27 UTC (rev 10)
@@ -26,9 +26,10 @@
public function ResultPrinter() {
init();
configureAssets();
- println("AsUnit - Powered by Pattern Park");
- // show clips in case people attach them behind me...
- _alpha = 93;
+ println("AsUnit [$id] - Powered by Pattern Park");
+ // If you can't see clips that you think should be
+ // attached... Perhaps it's behind this runner?
+ // _alpha = 50;
}
private function init():Void {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|