[
https://issues.apache.org/jira/browse/CAMEL-10523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15734908#comment-15734908
]
Aurelien Pupier edited comment on CAMEL-10523 at 12/9/16 10:28 AM:
-------------------------------------------------------------------
Several tests are failing in IntelliJ too, for instnace for camel-core:
- ComponentDiscoveryTest
-- ComponentDiscoveryTest.testComponentDiscovery
- StringDataFormatConfigurationAndDocumentationTest
-- StringDataFormatConfigurationAndDocumentationTest.testDataFormatJsonSchema
- SimpleLanguageConfigurationAndDocumentationTest
-- SimpleLanguageConfigurationAndDocumentationTest.testLanguageJsonSchema
- ManagedCamelContextTest
-- ManagedCamelContextTest.testFindComponentsInClasspath
- ManagedDataFormatTest
-- ManagedDataFormatTest.testManageDataFormat
- ManagedListComponentsTest
-- ManagedListComponentsTest.testListComponents
- ErrorOccuredInOnExceptionRoute
--
ErrorOccuredInOnExceptionRoute.testErrorInOnExceptionNotHandledSecondOnException
-- ErrorOccuredInOnExceptionRoute.testErrorInOnException
was (Author: aurelien.pupier):
Several tests are failing in IntelliJ too, for instnace for camel-core:
ComponentDiscoveryTest
StringDataFormatConfigurationAndDocumentationTest
StringDataFormatConfigurationAndDocumentationTest.testDataFormatJsonSchema
SimpleLanguageConfigurationAndDocumentationTest
ManagedCamelContextTest
ManagedCamelContextTest.testFindComponentsInClasspath
ManagedDataFormatTest
ManagedDataFormatTest.testManageDataFormat
ManagedListComponentsTest
ManagedListComponentsTest.testListComponents
ErrorOccuredInOnExceptionRoute
ErrorOccuredInOnExceptionRoute.testErrorInOnExceptionNotHandledSecondOnException
ErrorOccuredInOnExceptionRoute.testErrorInOnException
> Make Test launchable as JUnit Test from IDEs
> ---------------------------------------------
>
> Key: CAMEL-10523
> URL: https://issues.apache.org/jira/browse/CAMEL-10523
> Project: Camel
> Issue Type: Test
> Components: build system
> Affects Versions: 2.18.0
> Reporter: Aurelien Pupier
> Fix For: Future
>
>
> Currently several tests are failing when launching them from Eclipse IDE, I
> spotted 2 categories for now:
> - several MBean tests
> - test trying to access some *.html generated file
> for instance for instance with
> org.apache.camel.component.dataset.DataSetComponentConfigurationAndDocumentationTest.testComponentDocumentation()
> it is searching for
> org/apache/camel/component/dataset/dataset.html
> Gain:
> - enter the 21st century
> - faster development
> - open ways to leverage usage of Code coverage tools, easier debugging and
> real-time test execution
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)