Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa

This commit is contained in:
pedemont@us.ibm.com
2005-05-02 16:30:03 +00:00
parent efbce954ea
commit e035c6b677
27 changed files with 1049 additions and 179 deletions

View File

@@ -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.");