Skip to content

Commit 2a03e0f

Browse files
committed
refactor: move bndrun files in correct folder
1 parent 954f9ab commit 2a03e0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test

kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/integration-test.bndrun renamed to kura/tools/kura-addon-archetype/src/main/resources/archetype-resources/tests/__package__.test/integration-test.bndrun

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Test-Cases: ${classes;CONCRETE;PUBLIC;NAMED;*Test}
6363
osgi.identity;filter:='(osgi.identity=org.eclipse.kura.rest.provider)',\
6464
osgi.identity;filter:='(osgi.identity=org.eclipse.kura.useradmin.store)',\
6565
osgi.identity;filter:='(osgi.identity=org.eclipse.kura.xml.marshaller.unmarshaller.provider)',\
66-
osgi.identity;filter:='(osgi.identity=${project.artifactId})',\
66+
osgi.identity;filter:='(osgi.identity=${project.artifactId})',\ # Testing bundle
6767

6868
#
6969
# Runbundles automatically populated by bnd-resolver

0 commit comments

Comments
 (0)