~ubuntu-branches/ubuntu/vivid/gnash/vivid-proposed

« back to all changes in this revision

Viewing changes to testsuite/misc-ming.all/morph_test1runner.cpp

  • Committer: Package Import Robot
  • Author(s): Gabriele Giacone
  • Date: 2014-04-19 10:02:46 UTC
  • mfrom: (1.1.24)
  • Revision ID: package-import@ubuntu.com-20140419100246-21fokp5uvig0g1cs
Tags: 0.8.11~git20140419-1
* New upstream snapshot.
* Enable testsuite.
  + Do not remove sourceless SWF files from upstream tarball anymore,
    override lintian tag.
  + Add csound, haxe, libming-dev, libming-util, mtasc, swfmill,
    swftools as B-D.

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
 
51
51
  MovieClip* root = tester.getRootMovie();
52
52
  assert(root);
53
 
  check_equals(root->get_frame_count(), 7);
 
53
  check_equals(root->get_frame_count(), 8);
54
54
  
55
55
  // FRAME 2 
56
56
  tester.advance();