aboutsummaryrefslogtreecommitdiffstats
path: root/src/jcgp/tests
diff options
context:
space:
mode:
Diffstat (limited to 'src/jcgp/tests')
-rw-r--r--src/jcgp/tests/ChromosomeTests.java2
-rw-r--r--src/jcgp/tests/NodeTests.java2
-rw-r--r--src/jcgp/tests/OutputTests.java2
-rw-r--r--src/jcgp/tests/PopulationTests.java2
4 files changed, 4 insertions, 4 deletions
diff --git a/src/jcgp/tests/ChromosomeTests.java b/src/jcgp/tests/ChromosomeTests.java
index 6323b88..f4ed79c 100644
--- a/src/jcgp/tests/ChromosomeTests.java
+++ b/src/jcgp/tests/ChromosomeTests.java
@@ -2,7 +2,7 @@ package jcgp.tests;
import static org.junit.Assert.assertTrue;
import static org.junit.Assert.fail;
-import jcgp.CGP.Resources;
+import jcgp.JCGP.Resources;
import jcgp.population.Chromosome;
import jcgp.population.Connection;
import jcgp.population.Input;
diff --git a/src/jcgp/tests/NodeTests.java b/src/jcgp/tests/NodeTests.java
index 330ef7a..7ce5701 100644
--- a/src/jcgp/tests/NodeTests.java
+++ b/src/jcgp/tests/NodeTests.java
@@ -1,7 +1,7 @@
package jcgp.tests;
import static org.junit.Assert.assertTrue;
-import jcgp.CGP.Resources;
+import jcgp.JCGP.Resources;
import jcgp.function.Arithmetic;
import jcgp.function.Function;
import jcgp.population.Chromosome;
diff --git a/src/jcgp/tests/OutputTests.java b/src/jcgp/tests/OutputTests.java
index 00cfea3..8658fa4 100644
--- a/src/jcgp/tests/OutputTests.java
+++ b/src/jcgp/tests/OutputTests.java
@@ -2,7 +2,7 @@ package jcgp.tests;
import static org.junit.Assert.assertTrue;
-import jcgp.CGP.Resources;
+import jcgp.JCGP.Resources;
import jcgp.population.Chromosome;
import jcgp.population.Connection;
import jcgp.population.Output;
diff --git a/src/jcgp/tests/PopulationTests.java b/src/jcgp/tests/PopulationTests.java
index 474b8d5..ca737d6 100644
--- a/src/jcgp/tests/PopulationTests.java
+++ b/src/jcgp/tests/PopulationTests.java
@@ -1,7 +1,7 @@
package jcgp.tests;
import static org.junit.Assert.assertTrue;
-import jcgp.CGP.Resources;
+import jcgp.JCGP.Resources;
import jcgp.population.Chromosome;
import jcgp.population.Population;