Browse Source

assert long

Andreas Mülder 11 years ago
parent
commit
876a947b1a

+ 1 - 1
test-plugins/org.yakindu.sct.model.sexec.test/src/org/yakindu/sct/model/sexec/transformation/test/Assert.java

@@ -87,7 +87,7 @@ public class Assert {
 				currentValue = Boolean.toString(((BoolLiteral) literal)
 						.isValue());
 			} else if (literal instanceof IntLiteral) {
-				currentValue = Integer.toString(((IntLiteral) literal)
+				currentValue = Long.toString(((IntLiteral) literal)
 						.getValue());
 			}
 			else if (literal instanceof RealLiteral) {