assertCommand(output, command);
}
@Test
public void test2() {
MaxiCode command = new MaxiCode(new Position(1, 2));
command.addTag(MaxiCodeTag.countryCode, "12345");
command.addTag(MaxiCodeTag.msg, "This is a MAXICODE low priority message.");
command.addTag(MaxiCodeTag.serviceClass, "12345");
command.addTag(MaxiCodeTag.postalCode, "02886");
command.addTag(MaxiCodeTag.zipper, "1");