Skip to content

Commit 85cb0ab

Browse files
author
jan
committed
because of #1685 issue1126LibArchiver selects an failing example
Basically #1685 also applies for the library HID-Project which is used in the test issue1126LibArchiver. issue1126LibArchiver just selects a "random" example witch due to the change in #1685 always is a example that does not compile out of the box. This change selects the first found example instead of the last found example.
1 parent 7045778 commit 85cb0ab

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

io.sloeber.tests/src/io/sloeber/core/BuildTests.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -708,6 +708,9 @@ public void issue1126LibArchiver() throws Exception {
708708
break;
709709
}
710710
}
711+
if(example!=null) {
712+
break;
713+
}
711714
}
712715
assertNotNull( lib,"HID Lib \"" + HIDlibName + "\" Not found");
713716

0 commit comments

Comments
 (0)