gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10993: Minor change, commented out


From: Sharad Desai
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10993: Minor change, commented out method in LoaderInfo
Date: Wed, 03 Jun 2009 14:02:34 -0600
User-agent: Bazaar (1.13.1)

------------------------------------------------------------
revno: 10993
committer: Sharad Desai <address@hidden>
branch nick: trunk
timestamp: Wed 2009-06-03 14:02:34 -0600
message:
  Minor change, commented out method in LoaderInfo
modified:
  testsuite/as3/classes.all/display/LoaderInfo_as.hx
    ------------------------------------------------------------
    revno: 10991.1.1
    committer: Sharad Desai <address@hidden>
    branch nick: desaiMod
    timestamp: Wed 2009-06-03 13:57:34 -0600
    message:
      Minor change, commented out method in LoaderInfo
    modified:
      testsuite/as3/classes.all/display/LoaderInfo_as.hx
=== modified file 'testsuite/as3/classes.all/display/LoaderInfo_as.hx'
--- a/testsuite/as3/classes.all/display/LoaderInfo_as.hx        2009-06-03 
19:35:00 +0000
+++ b/testsuite/as3/classes.all/display/LoaderInfo_as.hx        2009-06-03 
19:57:34 +0000
@@ -194,11 +194,11 @@
                // is primarily useful only to test completeness of the API 
implementation.
 
                // FIXME: method doesn't exist (maybe haXe problem)
-               if 
(Type.typeof(LoaderInfo.getLoaderInfoByDefinition)==TFunction) {
+               /*if 
(Type.typeof(LoaderInfo.getLoaderInfoByDefinition)==TFunction) {
                    DejaGnu.pass("LoaderInfo::getLoaderInfoByDefinition() 
method exists");
                } else {
                    DejaGnu.fail("LoaderInfo::getLoaderInfoByDefinition() 
method doesn't exist");
-               }
+               }*/
               
                DejaGnu.done();
        });


reply via email to

[Prev in Thread] Current Thread [Next in Thread]