[jboss-cvs] jboss-seam/extras/jsUnit/app ...

Gavin King gavin.king at jboss.com
Fri Nov 10 14:26:26 EST 2006


  User: gavin   
  Date: 06/11/10 14:26:26

  Modified:    extras/jsUnit/app   main-frame.html main-results.html
  Log:
  minor
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam/extras/jsUnit/app/main-frame.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main-frame.html
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/extras/jsUnit/app/main-frame.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- main-frame.html	23 Apr 2006 04:41:31 -0000	1.1
  +++ main-frame.html	10 Nov 2006 19:26:26 -0000	1.2
  @@ -3,7 +3,7 @@
   <head>
       <title>jsUnit Main Frame</title>
   </head>
  -<frameset rows="230,30,30,30,0,*" border="0">>
  +<frameset rows="230,30,30,30,0,*" border="0">
       <frame name="mainData" src="main-data.html" scrolling="no" frameborder="0">
       <frame name="mainStatus" src="main-status.html" scrolling="no" frameborder="0">
       <frame name="mainProgress" src="main-progress.html" scrolling="no" frameborder="0">
  
  
  
  1.2       +0 -1      jboss-seam/extras/jsUnit/app/main-results.html
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: main-results.html
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/extras/jsUnit/app/main-results.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- main-results.html	23 Apr 2006 04:41:31 -0000	1.1
  +++ main-results.html	10 Nov 2006 19:26:26 -0000	1.2
  @@ -46,7 +46,6 @@
   <input type="hidden" name="url">
   <input type="hidden" name="cacheBuster">
   <select size="5" name="testCases" multiple></select>
  -</form>
   <script language="javascript" type="text/javascript">
       function populateHeaderFields(id, userAgent, jsUnitVersion, baseURL) {
           document.resultsForm.id.value = id;
  
  
  



More information about the jboss-cvs-commits mailing list