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 0fb6677 commit 805b14fCopy full SHA for 805b14f
src/test/java/org/spdx/library/model/SpdxElementTest.java
@@ -83,7 +83,7 @@ protected void tearDown() throws Exception {
83
* @throws InvalidSPDXAnalysisException
84
*/
85
public void testVerify() throws InvalidSPDXAnalysisException {
86
- String id = "SpdxRef-elementId";
+ String id = SpdxConstants.SPDX_ELEMENT_REF_PRENUM + "elementId";
87
SpdxElement element1 = new GenericSpdxElement(gmo.getModelStore(), gmo.getDocumentUri(), id, gmo.getCopyManager(), true);
88
assertEquals(0, element1.verify().size());
89
element1.setName(ELEMENT_NAME1);
0 commit comments