Skip to content
Snippets Groups Projects
Commit c57abe9e authored by hvanwelbergen's avatar hvanwelbergen
Browse files
parents b759e10f 212f74a3
No related branches found
No related tags found
No related merge requests found
...@@ -2,8 +2,6 @@ package ipaaca; ...@@ -2,8 +2,6 @@ package ipaaca;
import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertEquals;
import ipaaca.Ipaaca.IU;
import java.io.BufferedInputStream; import java.io.BufferedInputStream;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.IOException; import java.io.IOException;
...@@ -12,7 +10,6 @@ import java.io.InputStreamReader; ...@@ -12,7 +10,6 @@ import java.io.InputStreamReader;
import java.util.Set; import java.util.Set;
import org.junit.Before; import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test; import org.junit.Test;
import com.google.common.collect.ImmutableSet; import com.google.common.collect.ImmutableSet;
......
<ivy-module version="2.0"> <ivy-module version="2.0">
<info organisation="HMI" module="IpaacaPython" /> <info organisation="ipaaca" module="IpaacaPython" />
<dependencies> <dependencies>
<dependency org="junit" name="junit" rev="latest.release"/> <dependency org="google" name="protobuf" rev="latest.release"/>
<dependency org="rsb" name="rsb" rev="latest.release"/>
</dependencies> </dependencies>
</ivy-module> </ivy-module>
<ivy-module version="2.0">
<info organisation="ipaaca" module="IpaacaPythonTest"/>
<dependencies >
</dependencies>
</ivy-module>
...@@ -37,8 +37,7 @@ class IpaacaPayloadTestCase(unittest.TestCase): ...@@ -37,8 +37,7 @@ class IpaacaPayloadTestCase(unittest.TestCase):
self.ob.add(self.sensor_iu) self.ob.add(self.sensor_iu)
def testPayloadContent(self): def testPayloadContent(self):
time.sleep(0.1)ipaac time.sleep(0.1)
nimp[
iu_received = self.ib.iu_store.get(self.sensor_iu.uid) iu_received = self.ib.iu_store.get(self.sensor_iu.uid)
self.assertEqual(iu_received.payload["data"], 'sensordata') self.assertEqual(iu_received.payload["data"], 'sensordata')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment