Last change
on this file since 12406 was
12406,
checked in by Mark Evenson, 11 years ago
|
Where possible collect bug reports as unit tests so they can stay fixed.
|
File size:
1.3 KB
|
Line | |
---|
1 | (in-package :abcl.test.lisp) |
---|
2 | |
---|
3 | ;;; When these bugs get fixed, they should be moved elsewhere in the |
---|
4 | ;;; testsuite so they remain fixed. |
---|
5 | |
---|
6 | (deftest bugs.translate-logical-pathname |
---|
7 | #| |
---|
8 | Date: Mon, 18 Jan 2010 10:51:07 -0500 |
---|
9 | Message-ID: <29af5e2d1001180751l7cf79a3ay929cef1deb9ed063@mail.gmail.com> |
---|
10 | Subject: Re: [armedbear-devel] translate-logical-pathname and :wild-inferiors |
---|
11 | regression |
---|
12 | From: Alan Ruttenberg <alanruttenberg@gmail.com> |
---|
13 | |# |
---|
14 | (progn |
---|
15 | (setf (logical-pathname-translations "ido") |
---|
16 | '((#P"IDO:IDO-CORE;**;*.*" |
---|
17 | #P"/Users/alanr/repos/infectious-disease-ontology/trunk/src/ontology/ido-core/**/*.*") |
---|
18 | (#P"IDO:IMMUNOLOGY;**;*.*" |
---|
19 | #P"/Users/alanr/repos/infectious-disease-ontology/trunk/src/ontology/immunology/**/*.*") |
---|
20 | (#P"IDO:TOOLS;**;*.*" |
---|
21 | #P"/Users/alanr/repos/infectious-disease-ontology/trunk/src/tools/**/*.*") |
---|
22 | (#P"IDO:LIB;**;*.*" |
---|
23 | #P"/Users/alanr/repos/infectious-disease-ontology/trunk/lib/**/*.*"))) |
---|
24 | (translate-pathname #P"IDO:IMMUNOLOGY;" #P"IDO:IMMUNOLOGY;**;*.*" |
---|
25 | #P"/Users/alanr/repos/infectious-disease-ontology/trunk/src/ontology/**/*.*")) |
---|
26 | #P"/users/alanr/repos/infectious-disease-ontology/trunk/src/ontology/immunology/") |
---|
Note: See
TracBrowser
for help on using the repository browser.