SWF8

[TextFormat.as debug-22405-0e18b8076]
PASSED: typeof(TextFormat) == 'function' [./TextFormat.as:29]
PASSED: typeof(TextFormat.prototype) == 'object' [./TextFormat.as:30]
PASSED: typeof(tfObj) == 'object' [./TextFormat.as:32]
PASSED: tfObj instanceof TextFormat [./TextFormat.as:33]
PASSED: TextFormat.prototype.hasOwnProperty('display') [./TextFormat.as:37]
PASSED: TextFormat.prototype.hasOwnProperty('bullet') [./TextFormat.as:38]
PASSED: TextFormat.prototype.hasOwnProperty('tabStops') [./TextFormat.as:39]
PASSED: TextFormat.prototype.hasOwnProperty('blockIndent') [./TextFormat.as:40]
PASSED: TextFormat.prototype.hasOwnProperty('leading') [./TextFormat.as:41]
PASSED: TextFormat.prototype.hasOwnProperty('indent') [./TextFormat.as:42]
PASSED: TextFormat.prototype.hasOwnProperty('rightMargin') [./TextFormat.as:43]
PASSED: TextFormat.prototype.hasOwnProperty('leftMargin') [./TextFormat.as:44]
PASSED: TextFormat.prototype.hasOwnProperty('align') [./TextFormat.as:45]
PASSED: TextFormat.prototype.hasOwnProperty('underline') [./TextFormat.as:46]
PASSED: TextFormat.prototype.hasOwnProperty('italic') [./TextFormat.as:47]
PASSED: TextFormat.prototype.hasOwnProperty('bold') [./TextFormat.as:48]
PASSED: TextFormat.prototype.hasOwnProperty('target') [./TextFormat.as:49]
PASSED: TextFormat.prototype.hasOwnProperty('url') [./TextFormat.as:50]
PASSED: TextFormat.prototype.hasOwnProperty('color') [./TextFormat.as:51]
PASSED: TextFormat.prototype.hasOwnProperty('size') [./TextFormat.as:52]
PASSED: TextFormat.prototype.hasOwnProperty('font') [./TextFormat.as:53]
FAILED: !TextFormat.prototype.hasOwnProperty('getTextExtent') [./TextFormat.as:54]
FAILED: tfObj.hasOwnProperty('getTextExtent') [./TextFormat.as:55]
PASSED: typeof(tfObj.display) == 'string' [./TextFormat.as:61]
PASSED: tfObj.display == 'block' [./TextFormat.as:62]
PASSED: typeof(tfObj.bullet) == 'null' [./TextFormat.as:63]
PASSED: typeof(tfObj.tabStops) == 'null' [./TextFormat.as:64]
PASSED: typeof(tfObj.blockIndent) == 'null' [./TextFormat.as:65]
PASSED: typeof(tfObj.leading) == 'null' [./TextFormat.as:66]
PASSED: typeof(tfObj.indent) == 'null' [./TextFormat.as:67]
PASSED: typeof(tfObj.rightMargin) == 'null' [./TextFormat.as:68]
PASSED: typeof(tfObj.leftMargin) == 'null' [./TextFormat.as:69]
PASSED: typeof(tfObj.align) == 'null' [./TextFormat.as:70]
PASSED: typeof(tfObj.underline) == 'null' [./TextFormat.as:71]
PASSED: typeof(tfObj.italic) == 'null' [./TextFormat.as:72]
PASSED: typeof(tfObj.bold) == 'null' [./TextFormat.as:73]
PASSED: typeof(tfObj.target) == 'null' [./TextFormat.as:74]
PASSED: typeof(tfObj.url) == 'null' [./TextFormat.as:75]
PASSED: typeof(tfObj.color) == 'null' [./TextFormat.as:76]
PASSED: typeof(tfObj.size) == 'null' [./TextFormat.as:77]
PASSED: typeof(tfObj.font) == 'null' [./TextFormat.as:78]
PASSED: typeof(tfObj.getTextExtent) == 'function' [./TextFormat.as:79]
PASSED: typeof(tfObj.display) == 'string' [./TextFormat.as:83]
PASSED: tfObj.display == 'block' [./TextFormat.as:84]
PASSED: typeof(tfObj.bullet) == 'null' [./TextFormat.as:85]
PASSED: typeof(tfObj.tabStops) == 'null' [./TextFormat.as:86]
PASSED: typeof(tfObj.blockIndent) == 'null' [./TextFormat.as:87]
PASSED: tfObj.leading == 4 [./TextFormat.as:88]
PASSED: tfObj.indent == 12 [./TextFormat.as:89]
PASSED: typeof(tfObj.rightMargin) == 'number' [./TextFormat.as:90]
PASSED: tfObj.rightMargin == 32 [./TextFormat.as:91]
PASSED: typeof(tfObj.leftMargin) == 'number' [./TextFormat.as:92]
PASSED: tfObj.leftMargin == 23 [./TextFormat.as:93]
PASSED: tfObj.align == 'center' [./TextFormat.as:94]
PASSED: tfObj.target == 'tgt' [./TextFormat.as:95]
PASSED: tfObj.url == 'http' [./TextFormat.as:96]
PASSED: tfObj.underline == true [./TextFormat.as:97]
PASSED: typeof(tfObj.italic) == 'boolean' [./TextFormat.as:98]
PASSED: tfObj.italic == false [./TextFormat.as:99]
PASSED: tfObj.bold == true [./TextFormat.as:100]
PASSED: tfObj.color == 30 [./TextFormat.as:101]
PASSED: tfObj.size == 2 [./TextFormat.as:102]
PASSED: tfObj.font == 'fname' [./TextFormat.as:103]
PASSED: tf.bold == null [./TextFormat.as:112]
PASSED: tf.bold == true [./TextFormat.as:114]
PASSED: tf.bold == false [./TextFormat.as:116]
PASSED: tf.bold == stringbool [./TextFormat.as:118]
PASSED: tf.bold == null [./TextFormat.as:120]
PASSED: tf.bold == stringbool [./TextFormat.as:122]
PASSED: tf.bold == null [./TextFormat.as:124]
PASSED: tf.rightMargin == null [./TextFormat.as:129]
PASSED: tf.rightMargin == 10 [./TextFormat.as:131]
PASSED: tf.rightMargin == 0 [./TextFormat.as:133]
PASSED: tf.rightMargin == 0 [./TextFormat.as:135]
PASSED: tf.rightMargin == null [./TextFormat.as:137]
PASSED: tf.rightMargin == 0 [./TextFormat.as:139]
PASSED: tf.rightMargin == null [./TextFormat.as:141]
PASSED: tf.leftMargin == null [./TextFormat.as:145]
PASSED: tf.leftMargin == 10 [./TextFormat.as:147]
PASSED: tf.leftMargin == 0 [./TextFormat.as:149]
PASSED: tf.leftMargin == 0 [./TextFormat.as:151]
PASSED: tf.leftMargin == null [./TextFormat.as:153]
PASSED: tf.leftMargin == 0 [./TextFormat.as:155]
PASSED: tf.leftMargin == null [./TextFormat.as:157]
PASSED: tf.blockIndent == null [./TextFormat.as:161]
PASSED: tf.blockIndent == 10 [./TextFormat.as:163]
PASSED: tf.blockIndent == -10 [./TextFormat.as:169]
PASSED: tf.blockIndent == -2147483648 [./TextFormat.as:176]
PASSED: tf.blockIndent == null [./TextFormat.as:180]
PASSED: tf.blockIndent == -2147483648 [./TextFormat.as:186]
PASSED: tf.blockIndent == null [./TextFormat.as:189]
PASSED: tf.leading == null [./TextFormat.as:193]
PASSED: tf.leading == 10 [./TextFormat.as:195]
PASSED: tf.leading == -10 [./TextFormat.as:201]
PASSED: tf.leading == -2147483648 [./TextFormat.as:208]
PASSED: tf.leading == null [./TextFormat.as:212]
PASSED: tf.leading == -2147483648 [./TextFormat.as:218]
PASSED: tf.leading == null [./TextFormat.as:221]
PASSED: tf.indent == null [./TextFormat.as:225]
PASSED: tf.indent == 10 [./TextFormat.as:227]
PASSED: tf.indent == -10 [./TextFormat.as:233]
PASSED: tf.indent == -2147483648 [./TextFormat.as:240]
PASSED: tf.indent == null [./TextFormat.as:244]
PASSED: tf.indent == -2147483648 [./TextFormat.as:250]
PASSED: tf.indent == null [./TextFormat.as:253]
PASSED: tf.size == null [./TextFormat.as:257]
PASSED: tf.size == 10 [./TextFormat.as:259]
PASSED: tf.size == -10 [./TextFormat.as:262]
PASSED: tf.size == -2147483648 [./TextFormat.as:268]
PASSED: tf.size == null [./TextFormat.as:272]
PASSED: tf.size == -2147483648 [./TextFormat.as:278]
PASSED: tf.size == null [./TextFormat.as:281]
PASSED: tf.align == null [./TextFormat.as:285]
PASSED: tf.align == "left" [./TextFormat.as:287]
PASSED: tf.align == "left" [./TextFormat.as:289]
PASSED: tf.align == "left" [./TextFormat.as:291]
PASSED: tf.align == "center" [./TextFormat.as:293]
PASSED: tf.align == "right" [./TextFormat.as:295]
PASSED: tf.align == "right" [./TextFormat.as:297]
PASSED: tf.align == "right" [./TextFormat.as:299]
PASSED: a.toString() == "string" [./TextFormat.as:312]
PASSED: tf.tabStops.toString() == "6" [./TextFormat.as:313]
PASSED: te.hasOwnProperty("ascent") [./TextFormat.as:328]
PASSED: te.hasOwnProperty("descent") [./TextFormat.as:329]
PASSED: te.hasOwnProperty("textFieldWidth") [./TextFormat.as:330]
PASSED: te.hasOwnProperty("textFieldHeight") [./TextFormat.as:331]
PASSED: te.hasOwnProperty("width") [./TextFormat.as:332]
PASSED: te.hasOwnProperty("height") [./TextFormat.as:333]
FAILED: expected: 37 obtained: 4 [./TextFormat.as:335]
FAILED: expected: 33 obtained: 0 [./TextFormat.as:336]
FAILED: expected: 11.1 obtained: 0 [./TextFormat.as:338]
FAILED: expected: 17.9 obtained: 4 [./TextFormat.as:344]
FAILED: expected: 2.8 obtained: 0 [./TextFormat.as:345]
FAILED: expected: 8 obtained: 0 [./TextFormat.as:352]
FAILED: expected: 16 obtained: 0 [./TextFormat.as:354]
FAILED: expected: 24 obtained: 0 [./TextFormat.as:356]
FAILED: expected: 73.5 obtained: 4 [./TextFormat.as:360]
PASSED: te.textFieldWidth == 10 [./TextFormat.as:380]
FAILED: expected: 9 obtained: 0 [./TextFormat.as:383]
FAILED: expected: 73.5 obtained: 4 [./TextFormat.as:394]
FAILED: expected: 2.8 obtained: 0 [./TextFormat.as:395]
PASSED: te.textFieldWidth == 5 [./TextFormat.as:397]
FAILED: expected: 11.1 obtained: 0 [./TextFormat.as:399]
FAILED: expected: 9 obtained: 0 [./TextFormat.as:406]
PASSED: te.textFieldWidth == 30 [./TextFormat.as:413]
FAILED: expected: 25 obtained: 0 [./TextFormat.as:414]
FAILED: expected: 152.9 obtained: 0 [./TextFormat.as:416]
PASSED: te.textFieldWidth == 30 [./TextFormat.as:422]
FAILED: expected: 125.1 obtained: 0 [./TextFormat.as:424]
FAILED: expected: 25 obtained: 0 [./TextFormat.as:425]
FAILED: expected: 12 obtained: 4 [./TextFormat.as:432]
FAILED: expected: 11.1 obtained: 0 [./TextFormat.as:434]
FAILED: expected: 17.9 obtained: 4 [./TextFormat.as:442]
FAILED: expected: 2.8 obtained: 0 [./TextFormat.as:443]
FAILED: expected: 20 obtained: 4 [./TextFormat.as:447]
FAILED: expected: 11 obtained: 0 [./TextFormat.as:448]
FAILED: expected: 17.9 obtained: 4 [./TextFormat.as:453]
FAILED: expected: 2.8 obtained: 0 [./TextFormat.as:454]
FAILED: expected: 24 obtained: 4 [./TextFormat.as:458]
FAILED: expected: 11.1 obtained: 0 [./TextFormat.as:460]
FAILED: expected: 17.9 obtained: 4 [./TextFormat.as:468]
FAILED: expected: 2.8 obtained: 0 [./TextFormat.as:469]
FAILED: expected: 27 obtained: 4 [./TextFormat.as:474]
FAILED: expected: 36 obtained: 4 [./TextFormat.as:475]
FAILED: expected: 18.55 obtained: 0 [./TextFormat.as:480]
FAILED: expected: 4.7 obtained: 0 [./TextFormat.as:481]
#passed: 130
#failed: 36
#total tests run: 166
