Repository: flex-asjs
Updated Branches:
  refs/heads/e4x 5d2d0dd43 -> 90c70cea4


Tweaked the test a bit to have nicer output


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

Branch: refs/heads/e4x
Commit: 90c70cea45047fd630a0bd7d916c75ef94dc230e
Parents: 5d2d0dd
Author: Harbs <[email protected]>
Authored: Sun Apr 10 16:03:46 2016 +0300
Committer: Harbs <[email protected]>
Committed: Sun Apr 10 16:03:46 2016 +0300

----------------------------------------------------------------------
 manualtests/XMLTest/src/MyInitialView.mxml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/90c70cea/manualtests/XMLTest/src/MyInitialView.mxml
----------------------------------------------------------------------
diff --git a/manualtests/XMLTest/src/MyInitialView.mxml 
b/manualtests/XMLTest/src/MyInitialView.mxml
index 8d2fff5..e57a0fc 100644
--- a/manualtests/XMLTest/src/MyInitialView.mxml
+++ b/manualtests/XMLTest/src/MyInitialView.mxml
@@ -47,8 +47,9 @@ limitations under the License.
                 var m:int;
                 var xml1:XML = <foo baz="true"/>;
                 trace(xml1.toXMLString());
+                trace(xml1.toXMLString() == '<foo baz="true"/>');
                 var baz:XMLList = xml1.@baz;
-                trace([email protected]());
+                trace("baz: " + [email protected]() + " //true");
 
             }
                ]]>

Reply via email to