CVS: Tapestry/junit/src/net/sf/tapestry/junit TapestryTestCase.java,1.6.2.2,1.6.2.3

Howard Lewis Ship <[email protected]>
Newsgroups gmane.comp.java.tapestry.cvs
Message-ID <[email protected]>
Update of /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit
In directory sc8-pr-cvs1:/tmp/cvs-serv21119/junit/src/net/sf/tapestry/junit

Modified Files:
      Tag: hship-2-3
	TapestryTestCase.java 
Log Message:
Create specification DTD 1.4
Add tests for new features in DTD 1.4
Add Bean Scripting Framework to lib/ext.

Index: TapestryTestCase.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/TapestryTestCase.java,v
retrieving revision 1.6.2.2
retrieving revision 1.6.2.3
diff -C2 -d -r1.6.2.2 -r1.6.2.3
*** TapestryTestCase.java	16 Dec 2002 12:56:35 -0000	1.6.2.2
--- TapestryTestCase.java	31 Dec 2002 17:08:43 -0000	1.6.2.3
***************
*** 68,71 ****
--- 68,80 ----
      }
  
+     protected ComponentSpecification parsePage(String simpleName) throws Exception
+     {
+         SpecificationParser parser = new SpecificationParser();
+ 
+         IResourceLocation location = getSpecificationResourceLocation(simpleName);
+ 
+         return parser.parsePageSpecification(location);
+     }
+ 
      protected IApplicationSpecification parseApp(String simpleName) throws Exception
      {



-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.