You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/06/17 15:08:31 UTC

cvs commit: jakarta-tapestry/framework/src/test/org/apache/tapestry/junit/script TestScript.java

hlship      2005/06/17 06:08:31

  Modified:    framework/src/test/org/apache/tapestry/junit/script
                        TestScript.java
  Log:
  Fix case-typo in a file name (obscured by Windows case insensitivity).
  
  Revision  Changes    Path
  1.8       +1 -1      jakarta-tapestry/framework/src/test/org/apache/tapestry/junit/script/TestScript.java
  
  Index: TestScript.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/test/org/apache/tapestry/junit/script/TestScript.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- TestScript.java	31 Jan 2005 05:36:22 -0000	1.7
  +++ TestScript.java	17 Jun 2005 13:08:31 -0000	1.8
  @@ -234,7 +234,7 @@
       {
           try
           {
  -            execute("invalid-key-Set.script", new HashMap());
  +            execute("invalid-key-set.script", new HashMap());
   
               unreachable();
           }
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org