Uploaded image for project: 'Cayenne'
  1. Cayenne
  2. CAY-1103

rollbackChanges is broken in ROP CayenneContext

Agile BoardRank to TopRank to BottomAttach filesAttach ScreenshotBulk Copy AttachmentsBulk Move AttachmentsVotersWatch issueWatchersCreate sub-taskConvert to sub-taskLinkCloneLabelsUpdate Comment AuthorReplace String in CommentUpdate Comment VisibilityDelete Comments
    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 3.0
    • 3.0M5
    • Core Library
    • None

    Description

      This test fails:

      ClientMtTable1 o = context.newObject(ClientMtTable1.class);
      o.setGlobalAttribute1("1");
      context.commitChanges();

      assertEquals("1", o.getGlobalAttribute1());
      o.setGlobalAttribute1("2");
      assertEquals("2", o.getGlobalAttribute1());
      context.rollbackChanges();
      assertEquals("1", o.getGlobalAttribute1());

      Attachments

        Activity

          This comment will be Viewable by All Users Viewable by All Users
          Cancel

          People

            antidote Andrey Razumovsky
            andrus Andrus Adamchik
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Slack

                Issue deployment