[graphic-forms-cvs] r68 - in trunk: docs/website src/tests/uitoolkit

Author: junrue Date: Wed Mar 22 10:28:06 2006 New Revision: 68 Modified: trunk/docs/website/index.html trunk/src/tests/uitoolkit/image-unit-tests.lisp Log: temporarily shut off image-data-loading-test because image->data is not currently implemented Modified: trunk/docs/website/index.html ============================================================================== --- trunk/docs/website/index.html (original) +++ trunk/docs/website/index.html Wed Mar 22 10:28:06 2006 @@ -57,8 +57,7 @@ <h3>Status</h3> - <p>The first release will be version 0.2.0 and should be - available shortly.</p> + <p>The first release, version 0.2.0, is now available.</p> <p>This library is in the early implementation stage. Brave souls who experiment with the code should expect significant API and Modified: trunk/src/tests/uitoolkit/image-unit-tests.lisp ============================================================================== --- trunk/src/tests/uitoolkit/image-unit-tests.lisp (original) +++ trunk/src/tests/uitoolkit/image-unit-tests.lisp Wed Mar 22 10:28:06 2006 @@ -69,5 +69,7 @@ (unless (gfs:null-handle-p hbmp) (gfs::delete-object hbmp)))))) +#| (define-test image-data-loading-test (mapc #'image-data-tester '("blackwhite20x16.bmp" "happy.bmp" "truecolor16x16.bmp"))) +|#
participants (1)
-
junrue@common-lisp.net