Skip to content

Commit ccae5ff

Browse files
author
jantje
committed
Install teensy in regression junit test
Teensy was not installed in the regresion junit test I also had to do the platform/board changes due to another commit
1 parent dd48924 commit ccae5ff

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

io.sloeber.core/src/jUnit/Regression.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ public static void WaitForInstallerToFinish() {
4141
public static void installAdditionalBoards() {
4242
String[] packageUrlsToAdd = { "http://talk2arduino.wisen.com.au/master/package_talk2.wisen.com_index.json" };
4343
BoardsManager.addPackageURLs(new HashSet<>(Arrays.asList(packageUrlsToAdd)), true);
44+
BoardsManager.referenceLocallInstallation(Shared.getTeensyPlatform());
4445
}
4546

4647
/**
@@ -76,7 +77,7 @@ public void issue555() {
7677
teensyOptions.put("usb", "serial");
7778
teensyOptions.put("speed", "96");
7879
teensyOptions.put("keys", "en-us");
79-
BoardDescriptor teensyBoardid = BoardsManager.getBoardID("local", Shared.teensyBoards_txt, "", "teensy31",
80+
BoardDescriptor teensyBoardid = BoardsManager.getBoardID("local", Shared.getTeensyBoard_txt(), "", "teensy31",
8081
teensyOptions);
8182
IProject theTestProject = null;
8283
CodeDescriptor codeDescriptor = CodeDescriptor.createDefaultIno();

0 commit comments

Comments
 (0)