You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2006/09/11 15:12:29 UTC

svn commit: r442213 - in /incubator/tuscany/sandbox/ant/container.easy: ./ src/ src/main/ src/main/java/ src/main/java/org/ src/main/java/org/apache/ src/main/java/org/apache/tuscany/ src/main/java/org/apache/tuscany/container/ src/main/java/org/apache...

Author: antelder
Date: Mon Sep 11 06:12:28 2006
New Revision: 442213

URL: http://svn.apache.org/viewvc?view=rev&rev=442213
Log:
set svn ignores on the easy container

Modified:
    incubator/tuscany/sandbox/ant/container.easy/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/container/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/container/easy/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/main/resources/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/EasyImplementationLoaderTestCase.java
    incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/mock/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/container/   (props changed)
    incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/container/easy/   (props changed)

Propchange: incubator/tuscany/sandbox/ant/container.easy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/java/org/apache/tuscany/container/easy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/main/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Modified: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/EasyImplementationLoaderTestCase.java
URL: http://svn.apache.org/viewvc/incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/EasyImplementationLoaderTestCase.java?view=diff&rev=442213&r1=442212&r2=442213
==============================================================================
--- incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/EasyImplementationLoaderTestCase.java (original)
+++ incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/EasyImplementationLoaderTestCase.java Mon Sep 11 06:12:28 2006
@@ -36,67 +36,11 @@
  * 
  */
 public class EasyImplementationLoaderTestCase extends TestCase {
-    private CompositeComponent parent;
-
-    private XMLStreamReader reader;
-
-    private DeploymentContext deploymentContext;
-
-    private ClassLoader classLoader;
 
     private LoaderRegistry registry;
 
     private EasyImplementationLoader loader;
 
-//    public void testLoadNoEasyAttribute() throws LoaderException, XMLStreamException {
-//        expect(reader.getAttributeValue(null, "script")).andReturn(null);
-//        replay(reader);
-//        replay(deploymentContext);
-//
-//        try {
-//            loader.load(parent, reader, deploymentContext);
-//            fail();
-//        } catch (MissingResourceException e) {
-//            // ok
-//        }
-//        verify(reader);
-//        verify(deploymentContext);
-//    }
-
-//    public void testLoadNoEasyPresent() throws LoaderException, XMLStreamException {
-//        expect(reader.getAttributeValue(null, "script")).andReturn("foo.py");
-//        expect(reader.getAttributeValue(null, "class")).andReturn(null);
-//        expect(reader.next()).andReturn(XMLStreamConstants.END_ELEMENT);
-//        expect(deploymentContext.getClassLoader()).andReturn(classLoader);
-//
-//        replay(reader);
-//        replay(deploymentContext);
-//
-//        EasyImplementationLoader mockLoader = new EasyImplementationLoader(registry) {
-//            protected String loadSource(ClassLoader cl, String resource) throws LoaderException {
-//                assertSame(classLoader, cl);
-//                assertEquals("foo.py", resource);
-//                throw new MissingResourceException(resource);
-//            }
-//            public QName getXMLType() {
-//                return null;
-//            }
-//
-//            @Override
-//            public EasyImplementation load(CompositeComponent parent, XMLStreamReader reader, DeploymentContext deploymentContext) throws MissingResourceException, XMLStreamException, LoaderException {
-//                return null;
-//            }
-//        };
-//        try {
-//            mockLoader.load(parent, reader, deploymentContext);
-//            fail();
-//        } catch (MissingResourceException e) {
-//            assertEquals("foo.py", e.getMessage());
-//        }
-//        verify(reader);
-//        verify(deploymentContext);
-//    }
-
     public void testLoadSource() throws LoaderException {
         String script = loader.loadSource(getClass().getClassLoader(), "org/apache/tuscany/container/easy/foo.mock");
         assertTrue(script.startsWith("hello"));
@@ -126,10 +70,5 @@
             public EasyImplementation load(CompositeComponent parent, XMLStreamReader reader, DeploymentContext deploymentContext) throws MissingResourceException, XMLStreamException, LoaderException {
                 return null;
             }};
-
-        parent = createMock(CompositeComponent.class);
-        reader = createMock(XMLStreamReader.class);
-        deploymentContext = createMock(DeploymentContext.class);
-        classLoader = createMock(ClassLoader.class);
     }
 }

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/java/org/apache/tuscany/container/easy/mock/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/container/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+

Propchange: incubator/tuscany/sandbox/ant/container.easy/src/test/resources/org/apache/tuscany/container/easy/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Sep 11 06:12:28 2006
@@ -0,0 +1,14 @@
+target
+*.iws
+*.ipr
+*.iml
+.project
+.classpath
+maven.log
+velocity.log*
+junit*.properties
+surefire*.properties
+.settings
+.deployables
+.wtpmodules
+



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org