You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by kn...@apache.org on 2006/01/19 09:52:16 UTC

svn commit: r370446 - in /jakarta/hivemind/branches/branch-1-1: .classpath library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy

Author: knut
Date: Thu Jan 19 00:52:09 2006
New Revision: 370446

URL: http://svn.apache.org/viewcvs?rev=370446&view=rev
Log:
another attempt at fixing the failing Groovy test case

Modified:
    jakarta/hivemind/branches/branch-1-1/.classpath
    jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy

Modified: jakarta/hivemind/branches/branch-1-1/.classpath
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/.classpath?rev=370446&r1=370445&r2=370446&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/.classpath (original)
+++ jakarta/hivemind/branches/branch-1-1/.classpath Thu Jan 19 00:52:09 2006
@@ -24,7 +24,7 @@
 	<classpathentry kind="lib" path="ext-package/lib/spring-full-1.0.1.jar"/>
 	<classpathentry kind="lib" path="ext-package/lib/junit-3.8.1.jar"/>
 	<classpathentry kind="lib" path="ext-package/lib/jboss-j2ee-3.2.1.jar"/>
-	<classpathentry kind="lib" path="ext-package/lib/groovy-all-1.0-beta-10.jar"/>
+	<classpathentry kind="lib" path="ext-package/lib/groovy-all-1.0-jsr-03.jar"/>
 	<classpathentry kind="lib" path="ext-package/lib/cglib-full-2.0.1.jar"/>
 	<classpathentry kind="lib" path="ext-package/lib/easymockclassextension-1.1.jar"/>
 	<classpathentry kind="var" path="ANT_HOME/lib/ant.jar"/>

Modified: jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy
URL: http://svn.apache.org/viewcvs/jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy?rev=370446&r1=370445&r2=370446&view=diff
==============================================================================
--- jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy (original)
+++ jakarta/hivemind/branches/branch-1-1/library/src/test/org/apache/hivemind/lib/groovy/calculator.groovy Thu Jan 19 00:52:09 2006
@@ -21,12 +21,12 @@
 		'Multiplier':[examplesPkg + '.Multiplier', examplesImplPkg + '.MultiplerImpl'],
 		'Divider':[examplesPkg + '.Divider', examplesImplPkg + '.DividerImpl']
 	].entrySet().each { e |
-		processor.servicePoint(id:e.key, interface:e.value[0]) {
+		processor.servicePoint(id:e.key, 'interface':e.value[0]) {
 			createInstance(class:e.value[1])
 			interceptor(serviceId:'hivemind.LoggingInterceptor')
 		}
 	}
-	servicePoint(id:'Calculator', interface:examplesPkg + '.Calculator.class') {
+	servicePoint(id:'Calculator', 'interface':examplesPkg + '.Calculator.class') {
 		invokeFactory {
 			construct(class:examplesImplPkg + '.CalculatorImpl')
 		}



---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org