You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avalon.apache.org by ne...@apache.org on 2001/11/02 20:40:35 UTC

cvs commit: jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test DefaultBundleLoaderTestCase.xtest

neeme       01/11/02 11:40:35

  Modified:    src/scratchpad/org/apache/avalon/excalibur/i18n/test
                        DefaultBundleLoaderTestCase.xtest
  Log:
  new matcher system
  
  Revision  Changes    Path
  1.3       +13 -3     jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/DefaultBundleLoaderTestCase.xtest
  
  Index: DefaultBundleLoaderTestCase.xtest
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/src/scratchpad/org/apache/avalon/excalibur/i18n/test/DefaultBundleLoaderTestCase.xtest,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- DefaultBundleLoaderTestCase.xtest	2001/10/31 21:21:14	1.2
  +++ DefaultBundleLoaderTestCase.xtest	2001/11/02 19:40:35	1.3
  @@ -25,11 +25,21 @@
                   </loader>
               </loaders>
               <matchers default-type="xml">
  -                <!--matcher class="org.apache.avalon.excalibur.i18n.DefaultMatcher" type="xml"/-->
  +                <matcher class="org.apache.avalon.excalibur.i18n.DefaultMatcher" type="test1">
  +                    <bundle-info name="test" ext="test-ext">
  +                        <locale language="test-lang" country="test-country" variant="test-variant"/>
  +                    </bundle-info>
  +                </matcher>
  +                <matcher class="org.apache.avalon.excalibur.i18n.DefaultMatcher" type="test2">
  +                    <bundle-info name="test"/>
  +                </matcher>
  +                <matcher class="org.apache.avalon.excalibur.i18n.DefaultMatcher" type="test3">
  +                    <bundle-info>
  +                        <locale language="test-lang" country="test-country"/>
  +                    </bundle-info>
  +                </matcher>
               </matchers>
           </bundle-selector>
           <xpath-processor/>
       </components>
  -    <configuration>
  -    </configuration>
   </testcase>
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>