Update test base class with proper namespace on inserted node.

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/af880a57
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/af880a57
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/af880a57

Branch: refs/heads/develop
Commit: af880a575935e5e417375e9245a3ab93a6f09872
Parents: 0c7a0b2
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Mon Jun 30 12:07:29 2014 +0200
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Aug 1 12:59:14 2014 +0200

----------------------------------------------------------------------
 .../src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/af880a57/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java
----------------------------------------------------------------------
diff --git 
a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java
 
b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java
index 048f76b..0b08818 100644
--- 
a/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java
+++ 
b/compiler.jx.tests/src/org/apache/flex/compiler/internal/test/VF2JSTestBase.java
@@ -97,7 +97,7 @@ public class VF2JSTestBase extends TestBase
             int wrapLevel)
     {
         if (wrapLevel >= WRAP_LEVEL_NODE)
-            code = "<s:Button " + code + "></s:Button>";
+            code = "<vf2js:Button " + code + "></vf2js:Button>";
 
         if (wrapLevel >= WRAP_LEVEL_DOCUMENT)
             code = ""

Reply via email to