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
 


Reply via email to