Uploaded image for project: 'JDO'
  1. JDO
  2. JDO-402

checkRemoveGroup - removeGroup should be before getGroups

    XMLWordPrintableJSON

Details

    Description

      In org.apache.jdo.tck.api.persistencemanager.fetchplan.FetchPlanInterface, lines 281-282,

      it probably has to be:
      fp.removeGroup("default");
      Collection groups = fp.getGroups();

      Instead of:
      Collection groups = fp.getGroups();
      fp.removeGroup("default");

      Attachments

        1. JDO-402.patch
          0.8 kB
          Craig L Russell

        Activity

          People

            clr Craig L Russell
            kirsh Ilan Kirsh
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: