VirtualBox

Changeset 29792 in vbox for trunk/src


Ignore:
Timestamp:
May 25, 2010 2:50:45 PM (15 years ago)
Author:
vboxsync
Message:

Java glue: test runnable on both platforms

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/tests/TestVBox.java

    r29757 r29792  
    6464        for (IMachine m : machs)
    6565        {
    66             System.out.println("VM name: " + m.getName() + ", RAM size: " + m.getMemorySize() + "MB");
     66            System.out.println("VM name: " + m.getName());// + ", RAM size: " + m.getMemorySize() + "MB");
    6767            System.out.println(" HWVirt: " + m.getHWVirtExProperty(HWVirtExPropertyType.Enabled)
    6868                               + ", Nested Paging: " + m.getHWVirtExProperty(HWVirtExPropertyType.NestedPaging)
     
    8989            System.out.println("VirtualBox version: " + vbox.getVersion() + "\n");
    9090            testEnumeration(mgr, vbox);
    91             //testStart(mgr, vbox);
    92             testCallbacks(mgr, vbox);
     91            testStart(mgr, vbox);
     92            //testCallbacks(mgr, vbox);
    9393
    9494            System.out.println("done, press Enter...");
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette