[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kjsembed/tests
From:       Richard J. Moore <rich () kde ! org>
Date:       2006-09-26 16:52:37
Message-ID: 1159289557.630522.28985.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 588699 by rich:

Fixed the logic of the args test case. We still need to
figure out why the applicationName property isn't working
but that's a different issue.



 M  +5 -3      args.js  


--- trunk/KDE/kdelibs/kjsembed/tests/args.js #588698:588699
@@ -1,3 +1,5 @@
-println("Application " + Application.applicationName + " arguments ");
-for( arg in Application.args[0] )
-	println("Application arg " + arg );
+// Why is this broken
+//println("Application " + Application.applicationName + " arguments ");
+
+for( arg in Application.args )
+	println("Application arg " + arg + ' value ' + Application.args[arg] );
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic