Skip to content
Snippets Groups Projects
Commit 24348c46 authored by Juan Ignacio Ubeira's avatar Juan Ignacio Ubeira
Browse files

Revert "Merge pull request #65 from drigz/fix-int-test"

This reverts commit 2421241a, reversing
changes made to 2ca9a5ab.
parent fe41a5db
No related branches found
No related tags found
No related merge requests found
......@@ -81,7 +81,7 @@ public enum PrimitiveFieldType implements FieldType {
@Override
public Field newVariableList(String name, int size) {
return ByteArrayField.newVariable(this, name, size);
return ChannelBufferField.newVariable(this, name, size);
}
@Override
......
......@@ -114,7 +114,6 @@ public class MessageTest {
assertEquals("Hello, ROS! # comment", rawMessage.getString("data"));
}
@Test
public void testInt8List() {
topicDefinitionResourceProvider.add("foo/foo", "int8[] data");
RawMessage rawMessage = messageFactory.newFromType("foo/foo");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment