Updated test expectation. Signed-off-by: Erik de Bruin <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/32ce83de Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/32ce83de Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/32ce83de Branch: refs/heads/develop Commit: 32ce83de04d2f834fb052c249aa6dbd02c1f2091 Parents: 80309b9 Author: Erik de Bruin <[email protected]> Authored: Mon Jun 30 13:55:40 2014 +0200 Committer: Erik de Bruin <[email protected]> Committed: Fri Aug 1 12:59:14 2014 +0200 ---------------------------------------------------------------------- .../test-files/vf2js/files/Simple_result.js | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/32ce83de/compiler.jx.tests/test-files/vf2js/files/Simple_result.js ---------------------------------------------------------------------- diff --git a/compiler.jx.tests/test-files/vf2js/files/Simple_result.js b/compiler.jx.tests/test-files/vf2js/files/Simple_result.js index 3c23e6e..136e687 100644 --- a/compiler.jx.tests/test-files/vf2js/files/Simple_result.js +++ b/compiler.jx.tests/test-files/vf2js/files/Simple_result.js @@ -76,10 +76,17 @@ Simple.prototype.get_MXMLProperties = function() /** @type {Array} */ var data = [ 1, -'mxmlContentFactory', -false, -[vf2js.components.Button, 2, '_id', true, '$ID0', 'label', true, 'hello', 0, 0, null], +vf2js.components.Button, +2, +'_id', +true, +'$ID0', +'label', +true, +'hello', 0, +0, +null0, 0 ];
