Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/iso/AbstractNameTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8
Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/iso/DefaultInternationalStringTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/iso/DefaultNameFactoryTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/iso/SimpleInternationalStringTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/iso/TypesTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/logging/PerformanceLevelTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/resources/IndexedResourceBundleTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/util/resources/LoaderTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/NilReasonTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Copied: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java (from r1449667, sis/branches/JDK7/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java) URL: http://svn.apache.org/viewvc/sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java?p2=sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java&p1=sis/branches/JDK7/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java&r1=1449667&r2=1449670&rev=1449670&view=diff ============================================================================== --- sis/branches/JDK7/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java [UTF-8] (original) +++ sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/OGCNamespacePrefixMapperTest.java [UTF-8] Mon Feb 25 11:59:26 2013 @@ -48,11 +48,11 @@ public final strictfp class OGCNamespace * defined in the JDK class. This test is ignored if the Java framework running this test * is not the Oracle one (i.e. if it does not bundle the Sun internal JAXB implementation). * - * @throws ReflectiveOperationException If an error occurred while invoking a method by + * @throws Exception If an error occurred while invoking a method by * the reflection API. */ @Test - public void testInternalJAXB() throws ReflectiveOperationException { + public void testInternalJAXB() throws Exception { try { ensureOverrideMethods(new OGCNamespacePrefixMapper(null)); } catch (NoClassDefFoundError e) { @@ -65,11 +65,11 @@ public final strictfp class OGCNamespace * methods defined in the JAXB class. This test is ignored if the Java framework running * this test does not contains JAXB in its endorsed directory. * - * @throws ReflectiveOperationException If an error occurred while invoking a method by + * @throws Exception If an error occurred while invoking a method by * the reflection API. */ @Test - public void testEndorsedJAXB() throws ReflectiveOperationException { + public void testEndorsedJAXB() throws Exception { try { ensureOverrideMethods(new OGCNamespacePrefixMapper_Endorsed(null)); } catch (NoClassDefFoundError e) { @@ -86,10 +86,10 @@ public final strictfp class OGCNamespace * * @param The {@code OGCNamespacePrefixMapper} or {@code OGCNamespacePrefixMapper_Endorsed} * instance to check. - * @throws ReflectiveOperationException If an error occurred while invoking a method by + * @throws Exception If an error occurred while invoking a method by * the reflection API. */ - private void ensureOverrideMethods(final Object mapper) throws ReflectiveOperationException { + private void ensureOverrideMethods(final Object mapper) throws Exception { String preferredPrefix = "getPreferredPrefix_method_has_not_been_found"; final Method[] methods = mapper.getClass().getSuperclass().getDeclaredMethods(); /* Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/XLinkTest.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-utility/src/test/java/org/apache/sis/xml/readme.txt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/sis-webapp/src/main/java/org/apache/sis/services/LocationServlet.java ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/main/docbook/README.txt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/site/apt/branches.apt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/site/apt/code-format.apt ------------------------------------------------------------------------------ svn:eol-style = native Propchange: sis/branches/JDK6/src/site/apt/code-format.apt ------------------------------------------------------------------------------ svn:mime-type = text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/site/apt/develop.apt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/site/apt/download.apt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8 Propchange: sis/branches/JDK6/src/site/apt/index.apt ------------------------------------------------------------------------------ --- svn:mime-type (original) +++ svn:mime-type Mon Feb 25 11:59:26 2013 @@ -1 +1 @@ -text/plain +text/plain;charset=UTF-8
