CVS: Tapestry/junit/src/net/sf/tapestry/junit MockPage.java,1.9,1.9.2.1 MockEngine.java,1.6.2.1,1.6.2.2

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-serv9155/junit/src/net/sf/tapestry/junit

Modified Files:
      Tag: hship-2-3
	MockPage.java MockEngine.java 
Log Message:
Automatically register components as page listeners if they implement necessary interfaces
Major rework on page property persistance
[ 653358 ] IPage.getName() == qualified name
[ 608768 ] Changes saved AFTER IPage.detach()

Index: MockPage.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/MockPage.java,v
retrieving revision 1.9
retrieving revision 1.9.2.1
diff -C2 -d -r1.9 -r1.9.2.1
*** MockPage.java	27 Nov 2002 17:58:43 -0000	1.9
--- MockPage.java	30 Dec 2002 03:04:55 -0000	1.9.2.1
***************
*** 301,303 ****
--- 301,312 ----
      }
  
+     public String getPageName()
+     {
+         return null;
+     }
+ 
+     public void setPageName(String pageName)
+     {
+     }
+ 
  }

Index: MockEngine.java
===================================================================
RCS file: /cvsroot/tapestry/Tapestry/junit/src/net/sf/tapestry/junit/MockEngine.java,v
retrieving revision 1.6.2.1
retrieving revision 1.6.2.2
diff -C2 -d -r1.6.2.1 -r1.6.2.2
*** MockEngine.java	12 Dec 2002 12:42:39 -0000	1.6.2.1
--- MockEngine.java	30 Dec 2002 03:04:55 -0000	1.6.2.2
***************
*** 51,55 ****
      }
  
!     public IPageRecorder getPageRecorder(String pageName)
      {
          return null;
--- 51,55 ----
      }
  
!     public IPageRecorder getPageRecorder(String pageName, IRequestCycle cycle)
      {
          return null;



-------------------------------------------------------
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.