See <http://hudson.opengeo.org/hudson/job/geotools-trunk/3647/changes>

Changes:

[jive] stupid imports; sigh

[jive] clean up function name examples

------------------------------------------
[...truncated 2345 lines...]
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:242)
        at sun.misc.Service$LazyIterator.next(Service.java:271)
        at 
org.geotools.factory.FactoryRegistry.register(FactoryRegistry.java:824)
        at 
org.geotools.factory.FactoryRegistry.scanForPlugins(FactoryRegistry.java:770)
        at 
org.geotools.factory.FactoryRegistry.scanForPluginsIfNeeded(FactoryRegistry.java:803)
        at 
org.geotools.factory.FactoryRegistry.getServiceProviders(FactoryRegistry.java:195)
        at 
org.geotools.factory.CommonFactoryFinder.getFunctions(CommonFactoryFinder.java:130)
        at 
org.geotools.filter.function.DefaultFunctionFactory.loadFunctions(DefaultFunctionFactory.java:129)
        at 
org.geotools.filter.function.DefaultFunctionFactory.functionCache(DefaultFunctionFactory.java:94)
        at 
org.geotools.filter.function.DefaultFunctionFactory.getFunctionNames(DefaultFunctionFactory.java:58)
        at 
org.geotools.filter.function.FunctionFactoryTest.testLookup(FunctionFactoryTest.java:99)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at org.junit.internal.runners.TestMethod.invoke(TestMethod.java:59)
        at 
org.junit.internal.runners.MethodRoadie.runTestMethod(MethodRoadie.java:98)
        at org.junit.internal.runners.MethodRoadie$2.run(MethodRoadie.java:79)
        at 
org.junit.internal.runners.MethodRoadie.runBeforesThenTestThenAfters(MethodRoadie.java:87)
        at org.junit.internal.runners.MethodRoadie.runTest(MethodRoadie.java:77)
        at org.junit.internal.runners.MethodRoadie.run(MethodRoadie.java:42)
        at 
org.junit.internal.runners.JUnit4ClassRunner.invokeTestMethod(JUnit4ClassRunner.java:88)
        at 
org.junit.internal.runners.JUnit4ClassRunner.runMethods(JUnit4ClassRunner.java:51)
        at 
org.junit.internal.runners.JUnit4ClassRunner$1.run(JUnit4ClassRunner.java:44)
        at 
org.junit.internal.runners.ClassRoadie.runUnprotected(ClassRoadie.java:27)
        at 
org.junit.internal.runners.ClassRoadie.runProtected(ClassRoadie.java:37)
        at 
org.junit.internal.runners.JUnit4ClassRunner.run(JUnit4ClassRunner.java:42)
        at 
org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:62)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:140)
        at 
org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:127)
        at org.apache.maven.surefire.Surefire.run(Surefire.java:177)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:592)
        at 
org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:345)
        at 
org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:1009)
java.lang.RuntimeException: Unable to find function Length
        at 
org.geotools.filter.FunctionFinder.findFunction(FunctionFinder.java:145)
        at 
org.geotools.filter.FunctionFinder.findFunction(FunctionFinder.java:111)
        at 
org.geotools.filter.FilterFactoryImpl.function(FilterFactoryImpl.java:655)
        at 
org.geotools.filter.function.FunctionFactoryTest$2.call(FunctionFactoryTest.java:126)
        at 
org.geotools.filter.function.FunctionFactoryTest$2.call(FunctionFactoryTest.java:124)
        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
        at java.util.concurrent.FutureTask.run(FutureTask.java:123)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
        at 
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
        at java.lang.Thread.run(Thread.java:595)
Tests run: 2, Failures: 1, Errors: 1, Skipped: 0, Time elapsed: 0.021 sec <<< 
FAILURE!
Running org.geotools.data.DataUtilitiesTest
Tests run: 31, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.049 sec <<< 
FAILURE!
Running org.geotools.feature.FeatureTypeTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec
Running org.geotools.data.store.ReprojectFeatureResultsTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec
Running org.geotools.filter.FilterTransformerTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.geotools.feature.simple.SimpleFeatureBuilderTest
Tests run: 8, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< 
FAILURE!
Running org.geotools.filter.AreaFunctionTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.geotools.filter.function.StandardDeviationFunctionTest
Tests run: 4, Failures: 0, Errors: 3, Skipped: 0, Time elapsed: 0.015 sec <<< 
FAILURE!
Running org.geotools.filter.FilterVisitorTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.geotools.filter.expression.SimpleFeaturePropertyAccessorTest
Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec
Running org.geotools.filter.visitor.PropertyNameResolvingFilterVisitorTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
Running org.geotools.filter.visitor.CapabilitiesFilterSplitterFunctionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running org.geotools.filter.function.Collection_FunctionsTest
Tests run: 9, Failures: 0, Errors: 8, Skipped: 0, Time elapsed: 0.019 sec <<< 
FAILURE!
Running org.geotools.data.store.MaxFeaturesFeatureCollectionTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec

Results :

Failed tests: 
  testFindFunction(org.geotools.filter.function.RecodeFunctionTest)
  testAllFunctionDescriptions(org.geotools.filter.FunctionFinderTest)
  
testFindCategorizeFunction(org.geotools.filter.function.CategorizeFunctionTest)
  
testFindInterpolateFunction(org.geotools.filter.function.InterpolateFunctionTest)
  testThreadedFunctionLookup(org.geotools.filter.function.FunctionFactoryTest)

Tests in error: 
  test2(org.geotools.filter.function.QuantileFunctionTest)
  testInstance(org.geotools.filter.function.QuantileFunctionTest)
  testGetName(org.geotools.filter.function.QuantileFunctionTest)
  testSetParameters(org.geotools.filter.function.QuantileFunctionTest)
  testEvaluateWithExpressions(org.geotools.filter.function.QuantileFunctionTest)
  testSingleBin(org.geotools.filter.function.QuantileFunctionTest)
  testEvaluateWithStrings(org.geotools.filter.function.QuantileFunctionTest)
  testFormatDouble(org.geotools.filter.function.NumberFormatTest)
  testFormatInteger(org.geotools.filter.function.NumberFormatTest)
  testNumberFormat2(org.geotools.filter.function.NumberFormatTest)
  testDateParse(org.geotools.filter.function.DateFunctionTest)
  testDateEncode(org.geotools.filter.function.DateFunctionTest)
  testsin(org.geotools.filter.function.math.FilterFunction_Test)
  testcos(org.geotools.filter.function.math.FilterFunction_Test)
  testtan(org.geotools.filter.function.math.FilterFunction_Test)
  testatan2(org.geotools.filter.function.math.FilterFunction_Test)
  testsqrt(org.geotools.filter.function.math.FilterFunction_Test)
  testpow(org.geotools.filter.function.math.FilterFunction_Test)
  testmin_4(org.geotools.filter.function.math.FilterFunction_Test)
  testmin_2(org.geotools.filter.function.math.FilterFunction_Test)
  testmin_3(org.geotools.filter.function.math.FilterFunction_Test)
  testmin(org.geotools.filter.function.math.FilterFunction_Test)
  testmax_4(org.geotools.filter.function.math.FilterFunction_Test)
  testmax_2(org.geotools.filter.function.math.FilterFunction_Test)
  testmax_3(org.geotools.filter.function.math.FilterFunction_Test)
  testmax(org.geotools.filter.function.math.FilterFunction_Test)
  testabs(org.geotools.filter.function.math.FilterFunction_Test)
  testabs_2(org.geotools.filter.function.math.FilterFunction_Test)
  testabs_3(org.geotools.filter.function.math.FilterFunction_Test)
  testabs_4(org.geotools.filter.function.math.FilterFunction_Test)
  testIEEEremainder(org.geotools.filter.function.math.FilterFunction_Test)
  testacos(org.geotools.filter.function.math.FilterFunction_Test)
  testasin(org.geotools.filter.function.math.FilterFunction_Test)
  testatan(org.geotools.filter.function.math.FilterFunction_Test)
  testceil(org.geotools.filter.function.math.FilterFunction_Test)
  testexp(org.geotools.filter.function.math.FilterFunction_Test)
  testfloor(org.geotools.filter.function.math.FilterFunction_Test)
  testlog(org.geotools.filter.function.math.FilterFunction_Test)
  testrandom(org.geotools.filter.function.math.FilterFunction_Test)
  testrint(org.geotools.filter.function.math.FilterFunction_Test)
  testround(org.geotools.filter.function.math.FilterFunction_Test)
  testround_2(org.geotools.filter.function.math.FilterFunction_Test)
  testtoDegrees(org.geotools.filter.function.math.FilterFunction_Test)
  testtoRadians(org.geotools.filter.function.math.FilterFunction_Test)
  testToLowerCase(org.geotools.filter.function.math.FilterFunction_Test)
  testToUpperCase(org.geotools.filter.function.math.FilterFunction_Test)
  testWithFunction(org.geotools.filter.FilterFilterTest)
  testWithFunction2(org.geotools.filter.FilterFilterTest)
  testConcatenate(org.geotools.filter.function.string.StringFunctionsTest)
  testSimpleBuffer(org.geotools.filter.GeometryFilterVisitorTest)
  testChainBuffer(org.geotools.filter.GeometryFilterVisitorTest)
  testChainIntersection(org.geotools.filter.GeometryFilterVisitorTest)
  testInstance(org.geotools.filter.function.EqualIntervalFunctionTest)
  testSetClasses(org.geotools.filter.function.EqualIntervalFunctionTest)
  
testEvaluateWithExpressions(org.geotools.filter.function.EqualIntervalFunctionTest)
  
testEvaulateWithStrings(org.geotools.filter.function.EqualIntervalFunctionTest)
  testUpgradeExample(org.geotools.filter.function.EqualIntervalFunctionTest)
  testStandardLength(org.geotools.feature.FeatureTypesTest)
  testCustomLengthExpressions(org.geotools.feature.FeatureTypesTest)
  test27(org.geotools.filter.DOMParserTest)
  
testPointSymbolizerWithGeomFunction(org.geotools.styling.visitor.DuplicatorStyleVisitorTest)
  
testRasterSymbolizerDuplicationWithGeometryFunction(org.geotools.styling.visitor.DuplicatorStyleVisitorTest)
  
testLineSymbolizerWithGeometryFunction(org.geotools.styling.visitor.DuplicatorStyleVisitorTest)
  
testPolygonSymbolizerWithGeometryFunction(org.geotools.styling.visitor.DuplicatorStyleVisitorTest)
  
testTextSymbolizerWithGeometryFunction(org.geotools.styling.visitor.DuplicatorStyleVisitorTest)
  testIntToColorLookup(org.geotools.filter.function.RecodeFunctionTest)
  testCaseInsensitiveLookup(org.geotools.filter.function.RecodeFunctionTest)
  
testRecodeUndefinedValueReturnsNull(org.geotools.filter.function.RecodeFunctionTest)
  testPropertyNameSet(org.geotools.filter.FilterAttributeExtractorTest)
  testStableFunction(org.geotools.filter.visitor.SimplifyingFilterVisitorTest)
  testVolatileFunction(org.geotools.filter.visitor.SimplifyingFilterVisitorTest)
  testNestedVolatile(org.geotools.filter.visitor.SimplifyingFilterVisitorTest)
  testFindInteropolate(org.geotools.filter.FunctionFinderTest)
  testNull(org.geotools.filter.function.StringFunctionTest)
  testStrReplace(org.geotools.filter.function.StringFunctionTest)
  testParseLong(org.geotools.filter.function.StringFunctionTest)
  testCapitalize(org.geotools.filter.function.StringFunctionTest)
  testStrTrim2(org.geotools.filter.function.StringFunctionTest)
  testStrPosition(org.geotools.filter.function.StringFunctionTest)
  testNoThresholds(org.geotools.filter.function.CategorizeFunctionTest)
  testSucceedingThresholds(org.geotools.filter.function.CategorizeFunctionTest)
  testPrecedingThresholds(org.geotools.filter.function.CategorizeFunctionTest)
  testInstance(org.geotools.filter.function.UniqueIntervalFunctionTest)
  testGetName(org.geotools.filter.function.UniqueIntervalFunctionTest)
  testSetClasses(org.geotools.filter.function.UniqueIntervalFunctionTest)
  testEvaluate(org.geotools.filter.function.UniqueIntervalFunctionTest)
  testSLDParserWithhMixedContent(org.geotools.styling.SLDStyleTest)
  testSLDParserWithhMixedContentCDATA(org.geotools.styling.SLDStyleTest)
  testSLDParserWithhMixedContentCDATASpaces(org.geotools.styling.SLDStyleTest)
  testParseKmlExtensions(org.geotools.styling.SLDStyleTest)
  testParseGeometryExpressions(org.geotools.styling.SLDStyleTest)
  testDataTransformation(org.geotools.styling.SLDStyleTest)
  testMinFunction(org.geotools.filter.ExpressionTest)
  testMinFunctionOld(org.geotools.filter.ExpressionTest)
  testFunctionNameTrim(org.geotools.filter.ExpressionTest)
  testMaxFunction(org.geotools.filter.ExpressionTest)
  testMaxFunctionObject(org.geotools.filter.ExpressionTest)
  testEncodeFunction(org.geotools.styling.SLDTransformerTest)
  testNull(org.geotools.filter.function.GeometryFunctionFilterTest)
  testBasicTest(org.geotools.filter.function.GeometryFunctionFilterTest)
  testNullTest(org.geotools.filter.function.GeometryFunctionFilterTest)
  testDecimalPlaces(org.geotools.filter.function.ClassificationFunctionTest)
  testRound(org.geotools.filter.function.ClassificationFunctionTest)
  test2(org.geotools.filter.function.JenksFunctionTest)
  testInstance(org.geotools.filter.function.JenksFunctionTest)
  testGetName(org.geotools.filter.function.JenksFunctionTest)
  testSetParameters(org.geotools.filter.function.JenksFunctionTest)
  testEvaluateWithExpressions(org.geotools.filter.function.JenksFunctionTest)
  testSingleBin(org.geotools.filter.function.JenksFunctionTest)
  testEvaluateRealData(org.geotools.filter.function.JenksFunctionTest)
  
testLinearNumericInterpolation(org.geotools.filter.function.InterpolateFunctionTest)
  
testLinearColorInterpolation(org.geotools.filter.function.InterpolateFunctionTest)
  
testCosineNumericInterpolation(org.geotools.filter.function.InterpolateFunctionTest)
  
testCubicNumericInterpolation(org.geotools.filter.function.InterpolateFunctionTest)
  testAsRasterData(org.geotools.filter.function.InterpolateFunctionTest)
  
testForOutOfRangeColorValues(org.geotools.filter.function.InterpolateFunctionTest)
  testNoMethodParameter(org.geotools.filter.function.InterpolateFunctionTest)
  testNoModeParameter(org.geotools.filter.function.InterpolateFunctionTest)
  
testColorValuesNumericMethodMismatch(org.geotools.filter.function.InterpolateFunctionTest)
  
testNumericValuesColorMethodMismatch(org.geotools.filter.function.InterpolateFunctionTest)
  testSetLocalValues(org.geotools.filter.function.EnvFunctionTest)
  testSetLocalValue(org.geotools.filter.function.EnvFunctionTest)
  testSetGlobalValues(org.geotools.filter.function.EnvFunctionTest)
  testSetGlobalValue(org.geotools.filter.function.EnvFunctionTest)
  testCaseInsensitiveGlobalLookup(org.geotools.filter.function.EnvFunctionTest)
  testCaseInsensitiveLocalLookup(org.geotools.filter.function.EnvFunctionTest)
  testClearGlobal(org.geotools.filter.function.EnvFunctionTest)
  testClearLocal(org.geotools.filter.function.EnvFunctionTest)
  testLiteralDefaultValue(org.geotools.filter.function.EnvFunctionTest)
  testNonLiteralDefaultValue(org.geotools.filter.function.EnvFunctionTest)
  testImplementations(org.geotools.filter.FunctionExpressionImplTest)
  testId(org.geotools.filter.function.IdFunctionTest)
  testLookup(org.geotools.filter.function.FunctionFactoryTest)
  testAttributeNamesFilter(org.geotools.data.DataUtilitiesTest)
  
testCreateFeatureWithLength(org.geotools.feature.simple.SimpleFeatureBuilderTest)
  testInstance(org.geotools.filter.function.StandardDeviationFunctionTest)
  testGetName(org.geotools.filter.function.StandardDeviationFunctionTest)
  
testSetNumberOfClasses(org.geotools.filter.function.StandardDeviationFunctionTest)
  testCount(org.geotools.filter.function.Collection_FunctionsTest)
  testInstance(org.geotools.filter.function.Collection_FunctionsTest)
  testAverage(org.geotools.filter.function.Collection_FunctionsTest)
  testMin(org.geotools.filter.function.Collection_FunctionsTest)
  testMedian(org.geotools.filter.function.Collection_FunctionsTest)
  testMax(org.geotools.filter.function.Collection_FunctionsTest)
  testSum(org.geotools.filter.function.Collection_FunctionsTest)
  testUnique(org.geotools.filter.function.Collection_FunctionsTest)

Tests run: 917, Failures: 5, Errors: 146, Skipped: 1

[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] There are test failures.

Please refer to 
<http://hudson.opengeo.org/hudson/job/geotools-trunk/ws/gt_trunk/modules/library/main/target/surefire-reports>
 for the individual test results.
[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 minutes 12 seconds
[INFO] Finished at: Sat May 28 13:10:27 UTC 2011
[INFO] Final Memory: 57M/295M
[INFO] ------------------------------------------------------------------------


------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

Reply via email to