colinlin1982 / maashaack

Automatically exported from code.google.com/p/maashaack
0 stars 0 forks source link

Framework_TestRunner test fails when prettyPrinting is true for ArrayBagTest #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Compile Framework_TestRunner with mxmlc
2. Run Framework_TestRunner with an HTML wrapper and review the error in
flashlog.txt
3. Test will fail in SerializeTest

What is the expected output? What do you see instead?
Test should pass

What version of the product are you using? On what operating system?
OS X 10.5.6, Flex 3.2.0.3958, maashaack r606 

Please provide any additional information below.
Perhaps adding the following

var original:Boolean = system.eden.prettyPrinting;
system.eden.prettyPrinting = false;
... test 
system.eden.prettyPrinting = original;

Original issue reported on code.google.com by pete...@gmail.com on 2 Mar 2009 at 10:25

GoogleCodeExporter commented 9 years ago
some of the stringification depends on the pretty printing setting

Original comment by zwetan on 3 Mar 2009 at 7:43

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 30 Jul 2009 at 6:11