jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck AbstractAllInTheFamilyTestCase.java,1.2,1.3

Leo Simons <[email protected]>
Newsgroups gmane.comp.java.jicarilla.cvs
Message-ID <[email protected]>
Update of /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20590/container/tck/impl/src/java/org/jicarilla/container/tck

Modified Files:
	AbstractAllInTheFamilyTestCase.java 
Log Message:
Initial support for dna.

Index: AbstractAllInTheFamilyTestCase.java
===================================================================
RCS file: /cvsroot/jicarilla/jicarilla-sandbox/platform/container/tck/impl/src/java/org/jicarilla/container/tck/AbstractAllInTheFamilyTestCase.java,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- AbstractAllInTheFamilyTestCase.java	18 Jan 2004 19:32:05 -0000	1.2
+++ AbstractAllInTheFamilyTestCase.java	3 Apr 2004 12:09:20 -0000	1.3
@@ -31,6 +31,7 @@
 import org.jicarilla.container.tck.components.interfaces.Lisa;
 import org.jicarilla.container.tck.components.interfaces.Maggie;
 import org.jicarilla.container.tck.components.interfaces.Marge;
+import org.jicarilla.container.tck.components.interfaces.Script;
 import org.jicarilla.container.tck.components.type3.rich.AllInTheFamilyScript;
 import org.jicarilla.container.tck.util.InvocationRecorder;
 import org.jicarilla.container.tck.util.InvocationRecorderProvider;
@@ -49,7 +50,7 @@
     // ----------------------------------------------------------------------
     //  Properties
     // ----------------------------------------------------------------------
-    protected AllInTheFamilyScript script;
+    protected Script script;
     protected Homer homer;
     protected Marge marge;
     protected Bart bart;
@@ -59,7 +60,7 @@
     // ----------------------------------------------------------------------
     //  The test contract
     // ----------------------------------------------------------------------
-    protected abstract AllInTheFamilyScript getScript();
+    protected abstract Script getAllInTheFamilyScript();
     protected abstract Homer getHomer();
     protected abstract Marge getMarge();
     protected abstract Bart getBart();
@@ -70,7 +71,7 @@
     {
         super.setUp();
 
-        script = getScript();
+        script = getAllInTheFamilyScript();
         homer = getHomer();
         marge = getMarge();
         bart = getBart();



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.