You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@tomee.apache.org by bu...@apache.org on 2012/12/17 17:22:03 UTC

svn commit: r842831 - in /websites/staging/openejb/trunk: cgi-bin/ content/ content/examples-trunk/groovy-spock/pom.xml content/examples-trunk/groovy-spock/src/test/java/org/superbiz/groovy/HelloSpecification.groovy

Author: buildbot
Date: Mon Dec 17 16:22:02 2012
New Revision: 842831

Log:
Staging update by buildbot for openejb

Modified:
    websites/staging/openejb/trunk/cgi-bin/   (props changed)
    websites/staging/openejb/trunk/content/   (props changed)
    websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/pom.xml
    websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/src/test/java/org/superbiz/groovy/HelloSpecification.groovy

Propchange: websites/staging/openejb/trunk/cgi-bin/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 16:22:02 2012
@@ -1 +1 @@
-1422863
+1423006

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Mon Dec 17 16:22:02 2012
@@ -1 +1 @@
-1422863
+1423006

Modified: websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/pom.xml
==============================================================================
Binary files - no diff available.

Modified: websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/src/test/java/org/superbiz/groovy/HelloSpecification.groovy
==============================================================================
--- websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/src/test/java/org/superbiz/groovy/HelloSpecification.groovy (original)
+++ websites/staging/openejb/trunk/content/examples-trunk/groovy-spock/src/test/java/org/superbiz/groovy/HelloSpecification.groovy Mon Dec 17 16:22:02 2012
@@ -46,6 +46,7 @@ class HelloSpecification extends Specifi
             assertNotNull hello
 
         then:
+            println("Compare 'hi' to '" + hello.hi() + "'")
             assertEquals "hi", hello.hi()
     }
 }