Update unit tests
This commit is contained in:
parent
5e6abcffa7
commit
a9ff65fc69
@ -199,6 +199,8 @@ public class RASAeroLoaderTest extends BaseTestCase {
|
|||||||
} catch (RocketLoadException | IOException e) {
|
} catch (RocketLoadException | IOException e) {
|
||||||
throw new RuntimeException(e);
|
throw new RuntimeException(e);
|
||||||
}
|
}
|
||||||
assertEquals(5, loader.getWarnings().size());
|
// TODO: this also includes all motor warnings, so change motor db in setUp() to include OR motors so the total
|
||||||
|
// warning size decreases
|
||||||
|
assertEquals(10, loader.getWarnings().size());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user