|
From: <luk...@us...> - 2006-09-06 07:28:07
|
Revision: 85
http://svn.sourceforge.net/asunit/?rev=85&view=rev
Author: lukebayes
Date: 2006-09-06 00:28:02 -0700 (Wed, 06 Sep 2006)
Log Message:
-----------
added exception handling to support batch creation with singular failures
Modified Paths:
--------------
trunk/ruby/src/asunit.rb
Modified: trunk/ruby/src/asunit.rb
===================================================================
--- trunk/ruby/src/asunit.rb 2006-09-06 07:26:33 UTC (rev 84)
+++ trunk/ruby/src/asunit.rb 2006-09-06 07:28:02 UTC (rev 85)
@@ -3,9 +3,10 @@
module AsUnit
CLASS_TEMPLATE = 'Class.erb'
TEST_TEMPLATE = 'TestCase.erb'
+ PROJECT_FILENAME = '.asunit'
# ------------------------------------------------------------------
- # Rake module singleton methods.
+ # COPIED FROM RAKE! Rake module singleton methods.
#
class << self
# Current Rake Application
@@ -49,7 +50,6 @@
require 'asunit_arguments'
class Application
- @@PROJECT_FILE_NAME = '.asunit'
def initialize
super
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|