~ubuntu-branches/ubuntu/saucy/gnash/saucy-proposed

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/DefineEditTextVariableNameTest.c

  • Committer: Bazaar Package Importer
  • Author(s): Sindhudweep Narayan Sarkar
  • Date: 2009-10-07 00:06:10 UTC
  • mfrom: (1.1.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20091007000610-mj9rwqe774gizn1j
Tags: 0.8.6-0ubuntu1
new upstream release 0.8.6 (LP: #435897)

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * visual traces of failures and a final visual report
37
37
 * or successes and failures.
38
38
 *
39
 
 * The first TextField characters is stored inside a MovieClip,
 
39
 * The first TextField DisplayObjects is stored inside a MovieClip,
40
40
 * and its variables is set on the root. 
41
41
 *
42
 
 * The second TextField characters is stored inside a MovieClip,
 
42
 * The second TextField DisplayObjects is stored inside a MovieClip,
43
43
 * and its variables is set on a third MovieClip which is placed
44
44
 * *after* the definition of the TextField. Things should still work.
45
45
 *
46
 
 * Note that the ActionScript code also tries to *move* the character trough
 
46
 * Note that the ActionScript code also tries to *move* the DisplayObject trough
47
47
 * the VariableName (incdement varname._x).
48
 
 * The correct behaviour is for the character to NOT move
 
48
 * The correct behaviour is for the DisplayObject to NOT move
49
49
 *
50
50
 * run as ./DefineEditTextVariableNameTest
51
51
 */