r10608: update license
[uffi.git] / tests / getenv.lisp
index aba9b6ebf7c173e0031fae677e82bd865f10f3b3..4146b3b0d8c196147f5f9ec315abd241e539a0a6 100644 (file)
@@ -7,9 +7,9 @@
 ;;;; Programmer:    Kevin M. Rosenberg
 ;;;; Date Started:  Feb 2002
 ;;;;
-;;;; $Id: getenv.lisp,v 1.4 2003/08/13 18:53:42 kevin Exp $
+;;;; $Id$
 ;;;;
-;;;; This file, part of UFFI, is Copyright (c) 2002-2003 by Kevin M. Rosenberg
+;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg
 ;;;;
 ;;;; *************************************************************************
 
   (uffi:with-cstrings ((key-native key))
     (c-unsetenv key-native)))
 
-(deftest getenv.1 (progn
+(deftest :getenv.1 (progn
                    (my-unsetenv "__UFFI_FOO1__")
                    (my-getenv "__UFFI_FOO1__"))
   nil)
-(deftest getenv.2 (progn
+(deftest :getenv.2 (progn
                    (my-setenv "__UFFI_FOO1__" "UFFI-TEST")
                    (my-getenv "__UFFI_FOO1__"))
   "UFFI-TEST")