Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa
git-svn-id: svn://10.0.0.236/trunk@172951 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -111,7 +111,7 @@ public class TestProps {
|
||||
throw new NoSuchElementException();
|
||||
|
||||
// test the "getKeys" method
|
||||
int[] count = new int[1];
|
||||
long[] count = new long[1];
|
||||
String[] keys = props.getKeys(count);
|
||||
if (keys == null || keys.length != 3) {
|
||||
System.out.println("getKeys returned incorrect array.");
|
||||
|
||||
Reference in New Issue
Block a user