fenfire-commits
[Top][All Lists]
Advanced

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

[ff-cvs] fenfire docs/pegboard/functional_futureproof_ap...


From: Tuomas J. Lukka
Subject: [ff-cvs] fenfire docs/pegboard/functional_futureproof_ap...
Date: Fri, 05 Sep 2003 09:22:03 -0400

CVSROOT:        /cvsroot/fenfire
Module name:    fenfire
Branch:         
Changes by:     Tuomas J. Lukka <address@hidden>        03/09/05 09:22:03

Modified files:
        docs/pegboard/functional_futureproof_api--tjl: peg.rst 
Added files:
        org/fenfire/lava: DirectFunctional.java Functional.java 
                          FunctionalTest.java __init__.py 
                          directfunctional.test functionaltest.py 

Log message:
        Functional API test implementation in lava

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst.diff?tr1=1.3&tr2=1.4&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/DirectFunctional.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/Functional.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/FunctionalTest.java?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/__init__.py?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/directfunctional.test?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/fenfire/fenfire/org/fenfire/lava/functionaltest.py?rev=1.1

Patches:
Index: fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst
diff -u fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst:1.3 
fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst:1.4
--- fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst:1.3   Fri Sep 
 5 05:43:46 2003
+++ fenfire/docs/pegboard/functional_futureproof_api--tjl/peg.rst       Fri Sep 
 5 09:22:02 2003
@@ -3,8 +3,8 @@
 =============================================================
 
 :Author:   Tuomas J. Lukka
-:Last-Modified: $Date: 2003/09/05 09:43:46 $
-:Revision: $Revision: 1.3 $
+:Last-Modified: $Date: 2003/09/05 13:22:02 $
+:Revision: $Revision: 1.4 $
 :Status:   Incomplete
 
 Functions and caching are here to stay with us. 
@@ -150,7 +150,7 @@
        }
        /** An interface for creating Hints objects.
         */
-       interface HintsMaker {
+       class HintsMaker {
            /** This function must be run in a background object
             * of the given group if it's not run directly.
             * This is useful for using Libvob OpenGL, since 




reply via email to

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