<html>
<head>
<style><!--
body {background-color:#ffffff;}
.file {border:1px solid #eeeeee;margin-top:1em;margin-bottom:1em;}
.pathname {font-family:monospace; float:right;}
.fileheader {margin-bottom:.5em;}
.diff {margin:0;}
.tasklist {padding:4px;border:1px dashed #000000;margin-top:1em;}
.tasklist ul {margin-top:0;margin-bottom:0;}
tr.alt {background-color:#eeeeee}
#added {background-color:#ddffdd;}
#addedchars {background-color:#99ff99;font-weight:bolder;}
tr.alt #added {background-color:#ccf7cc;}
#removed {background-color:#ffdddd;}
#removedchars {background-color:#ff9999;font-weight:bolder;}
tr.alt #removed {background-color:#f7cccc;}
#copied {background-color:#ccccff;}
tr.alt #copied {background-color:#bbbbf7;}
#info {color:#888888;}
#context {background-color:#eeeeee;}
td {padding-left:.3em;padding-right:.3em;}
tr.head {border-bottom-width:1px;border-bottom-style:solid;}
tr.head td {padding:0;padding-top:.2em;}
.task {background-color:#ffff00;}
.comment {white-space:-moz-pre-wrap;white-space:-pre-wrap;white-space:-o-pre-wrap;white-space:pre-wrap;word-wrap:break-word;padding:4px;border:1px dashed #000000;background-color:#ffffdd}
.error {color:red;}
hr {border-width:0px;height:2px;background:black;}
--></style>
</head>
<body>
<table cellspacing="0" cellpadding="0" border="0" rules="cols">
<tr class="head"><td colspan="5">Commit in <b><tt>asxsd/trunk/src/test</tt></b></td></tr>
<tr><td><tt>java/uk/co/badgersinfoil/asxsd/schemas/<a href="#file1">SimpleTypeMappingsTest.java</a></tt> </td><td></td><td align="right" id="added">+12</td><td></td><td nowrap="nowrap" align="center">189 -> 190</td></tr>
<tr class="alt"><td><tt>resources/xsd/<a href="#file2">SimpleTypeMappingsTest.xsd</a></tt> </td><td></td><td align="right" id="added">+3</td><td align="right" id="removed">-3</td><td nowrap="nowrap" align="center">189 -> 190</td></tr>
<tr><td></td><td></td><td align="right" id="added">+15</td><td align="right" id="removed">-3</td><td></td></tr>
</table>
<small id="info">2 modified files</small><br />
<pre class="comment">
can do lists now, so test the schema-builtin examples
</pre>
<hr /><a name="file1" /><div class="file">
<span class="pathname">asxsd/trunk/src/test/java/uk/co/badgersinfoil/asxsd/schemas</span><br />
<div class="fileheader"><big><b>SimpleTypeMappingsTest.java</b></big> <small id="info">189 -> 190</small></div>
<pre class="diff"><small id="info">--- trunk/src/test/java/uk/co/badgersinfoil/asxsd/schemas/SimpleTypeMappingsTest.java        2007-11-15 23:09:52 UTC (rev 189)
+++ trunk/src/test/java/uk/co/badgersinfoil/asxsd/schemas/SimpleTypeMappingsTest.java        2007-11-16 00:39:47 UTC (rev 190)
@@ -124,14 +124,26 @@
</small></pre><pre class="diff" id="context">                 assertTypeIs("String");
        }
</pre><pre class="diff" id="added">+        public void testIDREFS() {
+                assertTypeIs("Array");
+        }
+
</pre><pre class="diff" id="context">         public void testENTITY() {
                assertTypeIs("String");
        }
</pre><pre class="diff" id="added">+        public void testENTITIES() {
+                assertTypeIs("Array");
+        }
+
</pre><pre class="diff" id="context">         public void testNMTOKEN() {
                assertTypeIs("String");
        }
</pre><pre class="diff" id="added">+        public void testNMTOKENS() {
+                assertTypeIs("Array");
+        }
+
</pre><pre class="diff" id="context">         public void testDecimal() {
                assertTypeIs("String");
        }
</pre></div>
<hr /><a name="file2" /><div class="file">
<span class="pathname">asxsd/trunk/src/test/resources/xsd</span><br />
<div class="fileheader"><big><b>SimpleTypeMappingsTest.xsd</b></big> <small id="info">189 -> 190</small></div>
<pre class="diff"><small id="info">--- trunk/src/test/resources/xsd/SimpleTypeMappingsTest.xsd        2007-11-15 23:09:52 UTC (rev 189)
+++ trunk/src/test/resources/xsd/SimpleTypeMappingsTest.xsd        2007-11-16 00:39:47 UTC (rev 190)
@@ -29,11 +29,11 @@
</small></pre><pre class="diff" id="context"> <element name="testNCName" type="NCName"/>
<element name="testID" type="ID"/>
<element name="testIDREF" type="IDREF"/>
</pre><pre class="diff" id="removed">- <!--element name="testIDREFS" type="IDREFS"/-->
</pre><pre class="diff" id="added">+ <element name="testIDREFS" type="IDREFS"/>
</pre><pre class="diff" id="context"> <element name="testENTITY" type="ENTITY"/>
</pre><pre class="diff" id="removed">- <!--element name="testENTITIES" type="ENTITIES"/-->
</pre><pre class="diff" id="added">+ <element name="testENTITIES" type="ENTITIES"/>
</pre><pre class="diff" id="context"> <element name="testNMTOKEN" type="NMTOKEN"/>
</pre><pre class="diff" id="removed">- <!--element name="testNMTOKENS" type="NMTOKENS"/-->
</pre><pre class="diff" id="added">+ <element name="testNMTOKENS" type="NMTOKENS"/>
</pre><pre class="diff" id="context"> <element name="testDecimal" type="decimal"/>
<element name="testInteger" type="integer"/>
<element name="testNonPositiveInteger" type="nonPositiveInteger"/>
</pre></div>
<center><small><a href="http://www.badgers-in-foil.co.uk/projects/cvsspam/" title="commit -> email">CVSspam</a> 0.2.12</small></center>
</body></html>