We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa87360 commit ed6cef1Copy full SHA for ed6cef1
quickfixj-base/src/test/java/quickfix/FileUtilTest.java
@@ -43,7 +43,7 @@ public void testFileLocation() throws Exception {
43
44
@Test
45
public void testClassResourceLocation() throws Exception {
46
- InputStream in = FileUtil.open(Message.class, "Session.class");
+ InputStream in = FileUtil.open(Message.class, "FixVersions.class");
47
in.close();
48
assertNotNull("Resource not found", in);
49
}
quickfixj-core/src/test/resources/quickfix/test/acceptance/definitions/client/Normal.def renamed to quickfixj-base/src/test/resources/quickfix/test/acceptance/definitions/client/Normal.def
0 commit comments