added test case for bug #413451
authorWilliam M. Brack <wbrack@src.gnome.org>
Wed, 13 Jun 2007 20:28:54 +0000 (20:28 +0000)
committerWilliam M. Brack <wbrack@src.gnome.org>
Wed, 13 Jun 2007 20:28:54 +0000 (20:28 +0000)
* tests/exslt/common/node-set.9.[xml,xsl,out],
  tests/exslt/common/Makefile.am: added test case for bug #413451

svn path=/trunk/; revision=1432

ChangeLog
tests/exslt/common/Makefile.am
tests/exslt/common/node-set.9.out [new file with mode: 0644]
tests/exslt/common/node-set.9.xml [new file with mode: 0644]
tests/exslt/common/node-set.9.xsl [new file with mode: 0644]

index 7bbbf3d..742b282 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,11 @@
+Wed Jun 13 13:27:48 PDT 2007 William Brack <wbrack@mmm.com.hk>
+
+       * tests/exslt/common/node-set.9.[xml,xsl,out],
+         tests/exslt/common/Makefile.am: added test case for bug #413451
+
 Tue Jun 12 18:43:05 CEST 2007 Daniel Veillard <daniel@veillard.com>
 
-       * NEWS configure.in doc/*: preparing release of 1.1.20
+       * NEWS configure.in doc/*: preparing release of 1.1.21
 
 Thu May 31 12:38:08 PDT 2007 WIlliam Brack <wbrack@mmm.com.hk>
 
index 176ec77..5b6dcf0 100644 (file)
@@ -12,6 +12,7 @@ EXTRA_DIST =                                          \
        node-set.6.xml node-set.6.xsl node-set.6.out    \
        node-set.7.xml node-set.7.xsl node-set.7.out    \
        node-set.8.xml node-set.8.xsl node-set.8.out    \
+       node-set.9.xml node-set.8.xsl node-set.9.out    \
        object-type.1.xml object-type.1.xsl object-type.1.out \
        import-test1a.imp import-test1b.imp import-test1.out \
        import-test1.xml import-test1.xsl
diff --git a/tests/exslt/common/node-set.9.out b/tests/exslt/common/node-set.9.out
new file mode 100644 (file)
index 0000000..01530e2
--- /dev/null
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title></title><meta name="generator" content="DocBook XSL Stylesheets V1.72.0" /></head><body><dt><a id="opt-memsize"></a><span class="term"><code class="option">-m</code> </span></dt><dd><p>Sets the amount of memory 
+tries to grab on startup. The amount may be given as
+</p><div class="variablelist"><dl><dt><span class="term"><em class="replaceable"><code>nnnnnnn</code></em></span></dt><dd>measured in bytes
+</dd><dt><span class="term"><em class="replaceable"><code>nnnn</code></em><span><strong class="command">K</strong></span>, </span><span class="term"><em class="replaceable"><code>nnnn</code></em><span><strong class="command">KB</strong></span></span></dt><dd>measured in kilobytes
+</dd><dt><span class="term"><span><strong class="command">M</strong></span>, </span><span class="term"><span><strong class="command">MB</strong></span></span></dt><dd>measured in megabytes
+</dd></dl></div><p>
+The default is 3 megabytes.
+<!-- #if (oint_addr_len+addr_shift==24) -->
+The argument is constrained between 100 KB and 16 MB.
+<!-- #elif (oint_addr_len+addr_shift==26) -->
+The argument is constrained between 100 KB and 64 MB.
+<!-- #elif (oint_addr_len+addr_shift==28) -->
+The argument is constrained between 100 KB and 256 MB.
+<!-- #else -->
+The argument is constrained above 100 KB.
+<!-- #endif -->
+</p><p>This version of 
+<!-- #if defined(SPVW_MIXED) && defined(SPVW_BLOCKS) -->
+<!-- #ifdef GENERATIONAL_GC -->
+is not likely to actually use the entire since ion will
+periodically reduce the amount of used memory.
+It is therefore common to specify 10 MB even if only 2 MB are going
+to be used.
+<!-- #else -->
+eventually uses the entire .
+<!-- #endif -->
+<!-- #else -->
+allocates memory dynamically. is essentially ignored
+(except that it determines the Lisp size).
+<!-- #endif -->
+</p></dd></body></html>
diff --git a/tests/exslt/common/node-set.9.xml b/tests/exslt/common/node-set.9.xml
new file mode 100644 (file)
index 0000000..a17807d
--- /dev/null
@@ -0,0 +1,42 @@
+<varlistentry id="opt-memsize"><term><option>-m</option> </term>
+<listitem><para>Sets the amount of memory 
+tries to grab on startup. The amount may be given as
+<variablelist>
+<varlistentry><term><replaceable>nnnnnnn</replaceable></term>
+<listitem><simpara>measured in bytes
+</simpara></listitem></varlistentry>
+<varlistentry>
+<term><replaceable>nnnn</replaceable><command>K</command></term>
+<term><replaceable>nnnn</replaceable><command>KB</command></term>
+<listitem><simpara>measured in kilobytes
+</simpara></listitem></varlistentry>
+<varlistentry>
+<term><command>M</command></term>
+<term><command>MB</command></term>
+<listitem><simpara>measured in megabytes
+</simpara></listitem></varlistentry></variablelist>
+The default is 3 megabytes.
+<!-- #if (oint_addr_len+addr_shift==24) -->
+The argument is constrained between 100 KB and 16 MB.
+<!-- #elif (oint_addr_len+addr_shift==26) -->
+The argument is constrained between 100 KB and 64 MB.
+<!-- #elif (oint_addr_len+addr_shift==28) -->
+The argument is constrained between 100 KB and 256 MB.
+<!-- #else -->
+The argument is constrained above 100 KB.
+<!-- #endif -->
+</para><simpara>This version of 
+<!-- #if defined(SPVW_MIXED) && defined(SPVW_BLOCKS) -->
+<!-- #ifdef GENERATIONAL_GC -->
+is not likely to actually use the entire since ion will
+periodically reduce the amount of used memory.
+It is therefore common to specify 10 MB even if only 2 MB are going
+to be used.
+<!-- #else -->
+eventually uses the entire .
+<!-- #endif -->
+<!-- #else -->
+allocates memory dynamically. is essentially ignored
+(except that it determines the Lisp size).
+<!-- #endif -->
+</simpara></listitem></varlistentry>
diff --git a/tests/exslt/common/node-set.9.xsl b/tests/exslt/common/node-set.9.xsl
new file mode 100644 (file)
index 0000000..0df6590
--- /dev/null
@@ -0,0 +1,7 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+<xsl:import
+href="http://docbook.sourceforge.net/release/xsl/current/xhtml/docbook.xsl"/>
+<xsl:template match="comment()">  <!-- pass through comments -->
+ <xsl:comment><xsl:value-of select="."/></xsl:comment>
+</xsl:template>
+</xsl:stylesheet>