Uploaded image for project: 'Geode'
  1. Geode
  2. GEODE-8544

DUnit VM class has a bug when starting versioned VMs.

    XMLWordPrintableJSON

Details

    Description

      public static VM getVM(String version, int whichVM)

      {     return Host.getHost(0).getVM(whichVM); }

      should be 

      public static VM getVM(String version, int whichVM)

      {     return Host.getHost(0).getVM(version, whichVM); }

      Attachments

        Issue Links

          Activity

            People

              mhansonp Mark Hanson
              mhansonp Mark Hanson
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: