Skip to content

Commit

Permalink
Added some tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rgudwin committed Sep 25, 2024
1 parent 24720dc commit e4b996d
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 411 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ configurations {
}

dependencies {
//api('com.github.CST-Group:cst:8c66269')
api('com.github.CST-Group:cst-bindings:1.0.6')
api('com.github.CST-Group:cst:1.4.2')
api('com.github.CST-Group:cst-bindings:1.0.8')
//api ':cst-bindings:1.0.6-full'
api group: 'org.jfree', name: 'jfreechart', version: '1.0.19'
api 'com.soartech:jsoar-core:4.1.3'
Expand All @@ -48,7 +48,7 @@ dependencies {
api group: 'net.sf.jung', name: 'jung-api', version: '2.0.1'
api 'com.github.rosjava:rosjava_core:0.3.7'
api 'org.ros.rosjava_bootstrap:message_generation:0.3.3'

testImplementation 'com.github.CST-Group:cst:1.4.2'
testImplementation 'com.1stleg:jnativehook:2.1.0'
testImplementation group: 'junit', name: 'junit', version: '4.12'
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.8.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.4-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Contributors:
* K. Raizer, A. L. O. Paraense, E. M. Froes, R. R. Gudwin - initial API and implementation
***********************************************************************************************/
package br.unicamp.cst.util;
package br.unicamp.cst.support;

import br.unicamp.cst.core.entities.Codelet;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Contributors:
* K. Raizer, A. L. O. Paraense, E. M. Froes, R. R. Gudwin - initial API and implementation
* **********************************************************************************************/
package br.unicamp.cst.util;
package br.unicamp.cst.support;

import java.util.ArrayList;
import java.util.Date;
Expand Down
Loading

0 comments on commit e4b996d

Please sign in to comment.