From 421085e6e3ac688463d5c13a271f4cc28d760582 Mon Sep 17 00:00:00 2001 From: Moritz Eysholdt Date: Fri, 9 Mar 2012 14:01:30 +0100 Subject: [PATCH] fixed broken serializer tests in Xbase. The problem was that the node model was not iterated properly. --- .../xtext/serializer/sequencer/SemanticNodeIterator.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java index b006b4e2f..741beafe4 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java +++ b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/serializer/sequencer/SemanticNodeIterator.java @@ -33,9 +33,9 @@ public class SemanticNodeIterator implements Iterator