diff --git a/changelog b/changelog index 2561943..256d74d 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,5 @@ +20110118 tpd src/axiom-website/patches.html 20110118.02.tpd.patch +20110118 tpd src/input/fname.input fix failing test 20110118 tpd src/axiom-website/patches.html 20110118.01.tpd.patch 20110118 tpd src/input/unittest2.input fix failing test 20110117 tpd src/axiom-website/patches.html 20110117.01.tpd.patch diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html index 7227d4a..8ff8a33 100644 --- a/src/axiom-website/patches.html +++ b/src/axiom-website/patches.html @@ -3349,5 +3349,7 @@ books/bookvol10.4 fixup IntersectionDivisorPackage chunk
src/input/*.input clean up failing tests
20110118.01.tpd.patch src/input/unittest2.input fix failing test
+20110118.02.tpd.patch +src/input/fname.input fix failing test
diff --git a/src/input/fname.input.pamphlet b/src/input/fname.input.pamphlet index ce3371b..9e73800 100644 --- a/src/input/fname.input.pamphlet +++ b/src/input/fname.input.pamphlet @@ -77,7 +77,7 @@ writo: FNAME := "/tmp/writo" [exists? reado, readable? reado, writable? reado] --R --R ---R (7) [true,true,false] +--R (7) [false,false,true] --R Type: List Boolean --E 7 @@ -85,7 +85,7 @@ writo: FNAME := "/tmp/writo" [exists? writo, readable? writo, writable? writo] --R --R ---R (8) [true,true,true] +--R (8) [false,false,true] --R Type: List Boolean --E 8