Fix absolute offsets of variable attributes in testCreate.
diff --git a/jsf/tests/org.eclipse.jst.jsf.designtime.tests/src/org/eclipse/jst/jsf/designtime/tests/TestJSPDefaultSymbolFactory.java b/jsf/tests/org.eclipse.jst.jsf.designtime.tests/src/org/eclipse/jst/jsf/designtime/tests/TestJSPDefaultSymbolFactory.java
index ebe68cc..2ad1029 100644
--- a/jsf/tests/org.eclipse.jst.jsf.designtime.tests/src/org/eclipse/jst/jsf/designtime/tests/TestJSPDefaultSymbolFactory.java
+++ b/jsf/tests/org.eclipse.jst.jsf.designtime.tests/src/org/eclipse/jst/jsf/designtime/tests/TestJSPDefaultSymbolFactory.java
@@ -99,7 +99,7 @@
 
 		var = factory.create("bundle"
 			, ISymbolConstants.SYMBOL_SCOPE_REQUEST
-			, IStructuredDocumentContextFactory.INSTANCE.getContext(_structuredDocument, 569)
+			, IStructuredDocumentContextFactory.INSTANCE.getContext(_structuredDocument, 552)
 			, new ArrayList());
 		
 		// load bundle introduces a variable
@@ -109,7 +109,7 @@
 		
 		var = factory.create("row"
 				, ISymbolConstants.SYMBOL_SCOPE_REQUEST
-				, IStructuredDocumentContextFactory.INSTANCE.getContext(_structuredDocument, 1397)
+				, IStructuredDocumentContextFactory.INSTANCE.getContext(_structuredDocument, 1361)
 				, new ArrayList());
 		
 		// data table introduces a variable