Changeset 13934


Ignore:
Timestamp:
05/14/12 08:15:51 (12 years ago)
Author:
Mark Evenson
Message:

abcl-test-lisp: update test jar loaded via http to fasl version 39.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/test/lisp/abcl/jar-pathname.lisp

    r13704 r13934  
    4343
    4444(defun jar-file-init ()
     45  "Create the jar archives used for testing.
     46Returns the two values of the pathnames of the created archives."
    4547  (let* ((temp-file (java:jcall "getAbsolutePath"
    4648                               (java:jstatic "createTempFile" "java.io.File" "jar" "tmp")))
     
    103105      (setf *tmp-jar-path-whitespace*
    104106            (merge-pathnames "baz.jar" *tmp-directory-whitespace*))
    105       (cl-fad-copy-file *tmp-jar-path* *tmp-jar-path-whitespace*))))
     107      (cl-fad-copy-file *tmp-jar-path* *tmp-jar-path-whitespace*)))
     108  (values *tmp-jar-path* *tmp-jar-path-whitespace*))
    106109
    107110(defun clean-jar-tests ()
     
    200203
    201204(defparameter *url-jar-pathname-base*
    202   "jar:http://abcl-dynamic-install.googlecode.com/files/baz-20110610a.jar!/")
     205  "jar:http://abcl-dynamic-install.googlecode.com/files/baz-20120514a.jar!/")
    203206
    204207(defmacro load-url-relative (path)
Note: See TracChangeset for help on using the changeset viewer.