curcuru 00/12/15 13:38:40
Modified: java todo.xml
Log:
Finished Minitest action; alphabetized <person>s
Revision Changes Path
1.14 +21 -17 xml-xalan/java/todo.xml
Index: todo.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/todo.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- todo.xml 2000/12/15 02:45:28 1.13
+++ todo.xml 2000/12/15 21:38:39 1.14
@@ -7,12 +7,24 @@
<person name="Scott Boag" email="[EMAIL PROTECTED]" id="SB"
expertise="code">
Xalan architect, lead developer on Xalan-J 2.x.
</person>
+ <person name="Shane Curcuru" email="[EMAIL PROTECTED]" id="SC"
expertise="test">
+ Lead tester for API issues, automation framework.
+ </person>
+ <person name="Paul Dick" email="[EMAIL PROTECTED]" id="PD"
expertise="test">
+ XSLT Conformance stylesheet issues and Xalan-C testing.
+ </person>
<person name="Joseph Kesselman" email="[EMAIL PROTECTED]" id="JK"
expertise="code">
Xalan-J 2.x developer, compiling/compiled stylesheets experiments.
</person>
+ <person name="Donald Leslie" email="[email protected]" id="DL"
expertise="doc">
+ Xalan-J and -C documentation, servlets and samples.
+ </person>
<person name="Costin Manolache" email="[EMAIL PROTECTED]" id="CM">
Xalan-J 2.x developer.
</person>
+ <person name="David Marston" email="[EMAIL PROTECTED]" id="DM"
expertise="test">
+ Lead tester for XSLT Conformance stylesheet issues.
+ </person>
<person name="Myriam Midy" email="[EMAIL PROTECTED]" id="MM"
expertise="code">
Xalan-J 1.x and 2.x developer.
</person>
@@ -20,18 +32,6 @@
Xalan-J 1.x and 2.x developer, especially extension mechanisim.
</person>
- <person name="Shane Curcuru" email="[EMAIL PROTECTED]" id="SC"
expertise="test">
- Lead tester for API issues, automation framework.
- </person>
- <person name="David Marston" email="[EMAIL PROTECTED]" id="DM"
expertise="test">
- Lead tester for XSLT Conformance stylesheet issues.
- </person>
- <person name="Paul Dick" email="[EMAIL PROTECTED]" id="PD"
expertise="test">
- XSLT Conformance stylesheet issues and Xalan-C testing.
- </person>
- <person name="Donald Leslie" email="[email protected]" id="DL"
expertise="doc">
- Xalan-J and -C documentation, servlets and samples.
- </person>
</devs>
<actions>
@@ -58,11 +58,6 @@
10/24/2000, titled "Antwort: Re:".
</action>
- <action context="test" who="SC" category="minitest" priority="medium">
- Create Minitest automated test for developers to run before checkin;
- verifies basic functionality of TRAX interface and Xalan processor.
- </action>
-
<action context="test" category="feature" priority="high">
Update the xml-xalan\test\viewResults.xsl stylesheet to show
differences between two result files from the same test (eg.
@@ -124,6 +119,9 @@
We need more real-life examples of how people are using stylesheets,
along
with expected outputs (in contrib-gold) - we can then run our test
driver
over the whole set of them easily to get more test points.
+ Note: please feel free to contribute tests here - the committers
+ will review and move tests into conformance, product, etc. test
+ areas as needed, but we can always just run ContribTest on any tests.
</action>
<action context="test" category="tests" priority="high">
@@ -179,6 +177,12 @@
<completed>
<!-- Move action sections to here when completed, and date them. -->
+ <action context="test" who="SC" category="minitest" priority="medium"
completed="12/08/00">
+ Create Minitest automated test for developers to run before checkin;
+ verifies basic functionality of TRAX interface and Xalan processor.
+ (Still todo, minor: get xalan-dev list to vote to use this)
+ </action>
+
<action context="code" category="architecture" priority="high" who="SB"
completed="12/10/00">
Fix remaining axes tests.
</action>