diff options
author | Simon Pepping <spepping@apache.org> | 2007-01-09 21:29:40 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2007-01-09 21:29:40 +0000 |
commit | bc3fabd320184f431cf71ded6435702e71bb3318 (patch) | |
tree | 1d9f4e85264f9a1bf851d0871898c9e5aa23686b /test/fotree | |
parent | a754418acf8405e479f00dbc45db210160d95354 (diff) | |
download | xmlgraphics-fop-bc3fabd320184f431cf71ded6435702e71bb3318.tar.gz xmlgraphics-fop-bc3fabd320184f431cf71ded6435702e71bb3318.zip |
Created a static known-issues item in the release tab. Updated the
documenation for running.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@494595 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/fotree')
-rw-r--r--[-rwxr-xr-x] | test/fotree/disabled-testcases.xml | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/test/fotree/disabled-testcases.xml b/test/fotree/disabled-testcases.xml index 0b623b450..196eafcc4 100755..100644 --- a/test/fotree/disabled-testcases.xml +++ b/test/fotree/disabled-testcases.xml @@ -1,31 +1,31 @@ -<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Licensed to the Apache Software Foundation (ASF) under one or more
- contributor license agreements. See the NOTICE file distributed with
- this work for additional information regarding copyright ownership.
- The ASF licenses this file to You under the Apache License, Version 2.0
- (the "License"); you may not use this file except in compliance with
- the License. You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<!-- $Id: $ -->
-<disabled-testcases>
- <testcase>
- <name>demo test failure</name>
- <file>demo-test-failure.fo</file>
- <description></description>
- </testcase>
- <testcase>
- <name>Markers and core function evaluation</name>
- <file>from-table-column_marker.fo</file>
- <description>The code currently evaluates this function according to the column in which the
- marker appears in the source document, rather than the column it is retrieved in.</description>
- </testcase>
-</disabled-testcases>
+<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<!-- $Id$ --> +<disabled-testcases> + <testcase> + <name>demo test failure</name> + <file>demo-test-failure.fo</file> + <description></description> + </testcase> + <testcase> + <name>Markers and core function evaluation</name> + <file>from-table-column_marker.fo</file> + <description>The code currently evaluates this function according to the column in which the + marker appears in the source document, rather than the column it is retrieved in.</description> + </testcase> +</disabled-testcases> |