Class UtilPropertiesTests

  • All Implemented Interfaces:
    junit.framework.Test

    public class UtilPropertiesTests
    extends GenericTestCaseBase
    • Constructor Detail

      • UtilPropertiesTests

        public UtilPropertiesTests​(java.lang.String name)
    • Method Detail

      • testReadXmlLangOldStyle

        public void testReadXmlLangOldStyle()
                                     throws java.lang.Exception
        Old style xml:lang attribute value was of form en_AU. Test this format still works.
        Throws:
        java.lang.Exception
      • testReadXmlLangNewStyle

        public void testReadXmlLangNewStyle()
                                     throws java.lang.Exception
        New (and correct) style xml:lang value is en-AU. Test it works.
        Throws:
        java.lang.Exception