Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit 27184b4

Browse files
committed
fixed test file name
1 parent fd67f82 commit 27184b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dataformat-uanodeset/src/test/java/io/adminshell/aas/v3/dataformat/i4aas/GeneratedExtensionObjectTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public void testJAXBunmarshalling() throws JAXBException {
5454
JAXBContext jaxbCtx = org.eclipse.persistence.jaxb.JAXBContextFactory.createContext(new Class[] {UANodeSet.class, ListOfExtensionObject.class, AASKeyDataType.class}, null);
5555

5656
InputStream resourceAsStream = GeneratedExtensionObjectTest.class
57-
.getResourceAsStream("/AASSimple_v3Draft.xml");
57+
.getResourceAsStream("/AASSimple_V3Draft.xml");
5858
UANodeSet uanodeset = (UANodeSet) jaxbCtx.createUnmarshaller().unmarshal(resourceAsStream);
5959
List<UANode> uaObjectOrUAVariableOrUAMethod = uanodeset.getUAObjectOrUAVariableOrUAMethod();
6060
for (UANode uaNode : uaObjectOrUAVariableOrUAMethod) {

0 commit comments

Comments
 (0)