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/18 09:59:21 UTC

svn commit: r842934 - 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: Tue Dec 18 08:59:19 2012
New Revision: 842934

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 Tue Dec 18 08:59:19 2012
@@ -1 +1 @@
-1423315
+1423352

Propchange: websites/staging/openejb/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Dec 18 08:59:19 2012
@@ -1 +1 @@
-1423315
+1423352

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 Tue Dec 18 08:59:19 2012
@@ -22,14 +22,13 @@ import org.jboss.shrinkwrap.api.ArchiveP
 import org.jboss.shrinkwrap.api.ShrinkWrap
 import org.jboss.shrinkwrap.api.asset.EmptyAsset
 import org.jboss.shrinkwrap.api.spec.WebArchive
-import spock.lang.Specification
 
 import javax.inject.Inject
 
 import static org.junit.Assert.assertEquals
 import static org.junit.Assert.assertNotNull
 
-class HelloSpecification extends Specification {
+class HelloSpecification extends spock.lang.Specification {
     @Inject
     private Hello hello