mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-25 01:41:43 +00:00
Refactors the CANJaguar tests to be more straightforward.
Adds a brownout test from C++ (Ignored) Change-Id: I81e04e20fb08cd9da7401d9c0e9fa6faf1fff0de
This commit is contained in:
@@ -29,11 +29,11 @@
|
||||
<artifactId>hamcrest-all</artifactId>
|
||||
<version>1.3</version>
|
||||
</dependency>
|
||||
<!--dependency>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>1.8</version>
|
||||
</dependency-->
|
||||
<dependency>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
@@ -114,12 +114,12 @@
|
||||
<version>1.3</version>
|
||||
<type>jar</type>
|
||||
</artifactItem>
|
||||
<!--artifactItem>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>1.8</version>
|
||||
<type>jar</type>
|
||||
</artifactItem-->
|
||||
<artifactItem>
|
||||
<groupId>com.googlecode.junit-toolbox</groupId>
|
||||
<artifactId>junit-toolbox</artifactId>
|
||||
<version>2.0</version>
|
||||
<type>jar</type>
|
||||
</artifactItem>
|
||||
</artifactItems>
|
||||
<outputDirectory>${project.build.directory}/classes</outputDirectory>
|
||||
</configuration>
|
||||
|
||||
Reference in New Issue
Block a user