tkormann    2002/06/11 02:59:55

  Modified:    .        build.xml
               test-resources/org/apache/batik/test samplesRendering.xml
  Log:
  add the focus and keyEvent tests to regard (no reference image).
  
  keyEvent does not validate because the DTD does not specify the event
  attributes for key managmenent.
  
  Revision  Changes    Path
  1.115     +4 -1      xml-batik/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/xml-batik/build.xml,v
  retrieving revision 1.114
  retrieving revision 1.115
  diff -u -r1.114 -r1.115
  --- build.xml 5 Jun 2002 14:38:26 -0000       1.114
  +++ build.xml 11 Jun 2002 09:59:55 -0000      1.115
  @@ -893,6 +893,9 @@
       <mkdir dir="${test-references}/samples/tests/spec/text/candidate-variation" />
       <mkdir dir="${test-references}/samples/tests/spec/text/candidate-reference" />
       <mkdir dir="${test-references}/samples/tests/spec/text/accepted-variation" />
  +    <mkdir 
dir="${test-references}/samples/tests/spec/interactivity/candidate-variation" />
  +    <mkdir 
dir="${test-references}/samples/tests/spec/interactivity/candidate-reference" />
  +    <mkdir 
dir="${test-references}/samples/tests/spec/interactivity/accepted-variation" />
       <mkdir 
dir="${test-references}/samples/tests/spec/scripting/candidate-variation" />
       <mkdir 
dir="${test-references}/samples/tests/spec/scripting/candidate-reference" />
       <mkdir dir="${test-references}/samples/tests/spec/scripting/accepted-variation" 
/>
  
  
  
  1.76      +9 -1      
xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml
  
  Index: samplesRendering.xml
  ===================================================================
  RCS file: 
/home/cvs/xml-batik/test-resources/org/apache/batik/test/samplesRendering.xml,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- samplesRendering.xml      10 Jun 2002 14:52:52 -0000      1.75
  +++ samplesRendering.xml      11 Jun 2002 09:59:55 -0000      1.76
  @@ -122,6 +122,14 @@
           <test id="samples/tests/spec/fonts/fontStyling.svg" />
       </testGroup>
   
  +    <testGroup id="tests.spec.interactivity">    
  +<!--        <test id="samples/tests/spec/interactivity/cursor.svg" /> -->
  +        <test id="samples/tests/spec/interactivity/focus.svg" />
  +        <test id="samples/tests/spec/interactivity/keyEvents.svg" >
  +            <property name="Validating" class="java.lang.Boolean" value="false" />
  +        </test>
  +    </testGroup>
  +
       <testGroup id="tests.spec.linking">
           <test id="samples/tests/spec/linking/anchorInsideText.svg" >
               <property name="Validating" class="java.lang.Boolean" value="false" />
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to