This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 17477db Fixed test after some smaller changes
17477db is described below
commit 17477db3f83335d4ef76be07e1ad32d7eb0cd8db
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Feb 17 07:45:35 2022 +0100
Fixed test after some smaller changes
---
.../src/test/java/org/apache/camel/tooling/util/PackageHelperTest.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/PackageHelperTest.java
b/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/PackageHelperTest.java
index 5384b0f..e94f542 100644
---
a/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/PackageHelperTest.java
+++
b/tooling/camel-tooling-util/src/test/java/org/apache/camel/tooling/util/PackageHelperTest.java
@@ -33,7 +33,7 @@ public class PackageHelperTest {
@Test
public void testFileToString() throws Exception {
File file = ResourceUtils.getResourceAsFile("filecontent/a.txt");
- assertEquals("dk19i21)@+#(OR\n", PackageHelper.loadText(file));
+ assertEquals("dk19i21)@+#(OR", PackageHelper.loadText(file));
}
@Test