gnodet commented on PR #24855: URL: https://github.com/apache/camel/pull/24855#issuecomment-5004951933
_Claude Code on behalf of gnodet_ @apupier Pushed commit `0c0d09a` with stronger assertions per your feedback: 1. **`FileInvalidStartingPathTest`**: Now captures the `FileEndpoint` and asserts `getFileName()` is not null — verifying the endpoint's content, not just its type 2. **`FileProduceTempPrefixTest`**: Reads the created file's content and asserts it equals `"Bye World"` — providing a real assertion on the file, not just its existence 3. **`CustomSchemaFactoryFeatureTest`**: Asserts `getFeature(FEATURE_SECURE_PROCESSING) == false` on the configured `SchemaFactory` — verifying the custom factory with disabled secure processing is actually applied to the endpoint -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
