gzz-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gzz-commits] gzz doc/uml/Makefile lava/gzz/storm/PointerBloc...


From: Benja Fallenstein
Subject: [Gzz-commits] gzz doc/uml/Makefile lava/gzz/storm/PointerBloc...
Date: Fri, 30 Aug 2002 12:48:38 -0400

CVSROOT:        /cvsroot/gzz
Module name:    gzz
Changes by:     Benja Fallenstein <address@hidden>      02/08/30 12:48:38

Modified files:
        doc/uml        : Makefile 
        lava/gzz/storm : PointerBlock.java 
        test           : testutil.py 
Added files:
        doc/uml        : storm.mp storm.uml 

Log message:
        Start storm/ uml docs

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/storm.mp?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/storm.uml?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/doc/uml/Makefile.diff?tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/lava/gzz/storm/PointerBlock.java.diff?tr1=1.1&tr2=1.2&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/gzz/gzz/test/testutil.py.diff?tr1=1.8&tr2=1.9&r1=text&r2=text

Patches:
Index: gzz/doc/uml/Makefile
diff -c gzz/doc/uml/Makefile:1.7 gzz/doc/uml/Makefile:1.8
*** gzz/doc/uml/Makefile:1.7    Wed Jul 24 17:27:51 2002
--- gzz/doc/uml/Makefile        Fri Aug 30 12:48:38 2002
***************
*** 2,7 ****
--- 2,10 ----
  
  all: $(TARGETS)
  
+ showtargets:
+       echo $(TARGETS)
+ 
  clean:
        rm -f *.gen1 *.gen2 *.html *.log *.1 *.png
  
Index: gzz/lava/gzz/storm/PointerBlock.java
diff -c gzz/lava/gzz/storm/PointerBlock.java:1.1 
gzz/lava/gzz/storm/PointerBlock.java:1.2
*** gzz/lava/gzz/storm/PointerBlock.java:1.1    Sat Aug 24 12:51:36 2002
--- gzz/lava/gzz/storm/PointerBlock.java        Fri Aug 30 12:48:38 2002
***************
*** 34,40 ****
       *  to load the blocks refered to by the ids (e.g., they may have
       *  been deleted).
       */
!     Set getObsoletes() throws IOException;
  
      /** Change the target of this pointer, obsoleting this block.
       *  This creates a new PointerBlock for this pointer that
--- 34,40 ----
       *  to load the blocks refered to by the ids (e.g., they may have
       *  been deleted).
       */
!     Set getObsoleted() throws IOException;
  
      /** Change the target of this pointer, obsoleting this block.
       *  This creates a new PointerBlock for this pointer that
Index: gzz/test/testutil.py
diff -c gzz/test/testutil.py:1.8 gzz/test/testutil.py:1.9
*** gzz/test/testutil.py:1.8    Tue Aug 20 19:12:38 2002
--- gzz/test/testutil.py        Fri Aug 30 12:48:38 2002
***************
*** 5,24 ****
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! # 
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
! # 
  # This software is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
  # file for more details.
! # 
  
  """
  testutil.py -- load *.test files and wrap them in unittest classes
  
! Here, I liked the trivial test suites in doc/ far too much to let them go
  (the nice thing was that you could just make a plain text file and
  start writing tests into it). So, here's a tool that looks for *.test
  files in the test/ subtree and turns them into unittest classes.
--- 5,24 ----
  # General Public License, either version 2 of the license or,
  # at your choice, any later version. Alternatively, you may use and
  # distribute under the terms of the XPL.
! #
  # See the LICENSE.lgpl and LICENSE.xpl files for the specific terms of
  # the licenses.
! #
  # This software is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the README
  # file for more details.
! #
  
  """
  testutil.py -- load *.test files and wrap them in unittest classes
  
! Here, I liked the trivial test suites in lava/ far too much to let them go
  (the nice thing was that you could just make a plain text file and
  start writing tests into it). So, here's a tool that looks for *.test
  files in the test/ subtree and turns them into unittest classes.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]