Ticket #5561 (closed: fixed)

Opened 8 years ago

Last modified 5 years ago

Duplicates in MantidPlot Workspaces List

Reported by: Peter Parker Owned by: Roman Tolchenov
Priority: critical Milestone: Release 2.2
Component: Mantid Keywords:
Cc: Blocked By:
Blocking: Tester: Wenduo Zhou

Description

To reproduce, make sure AutoTestData is marked as a search directory, then run the following in the Python Console:

filename = "IRS21360.raw"
wsName1 = "test1"
wsName2 = "test2"

Load(Filename=filename, OutputWorkspace=wsName1)
Load(Filename=filename, OutputWorkspace=wsName2)

RenameWorkspace(InputWorkspace=wsName2,OutputWorkspace=wsName1)

Once run, there will be two instances of the test1 workspace in the list.

Change History

comment:1 Changed 8 years ago by Roman Tolchenov

  • Status changed from new to assigned
  • Owner set to Roman Tolchenov

comment:2 Changed 8 years ago by Roman Tolchenov

  • Status changed from assigned to accepted

comment:3 Changed 8 years ago by Roman Tolchenov

Re #5561. This should fix it.

Changeset: 498a730bd24a6258322b5e0274e23b44207c4bf8

comment:4 Changed 8 years ago by Roman Tolchenov

  • Status changed from accepted to verify
  • Resolution set to fixed

comment:5 Changed 8 years ago by Roman Tolchenov

Re #5561. This should fix it.

Changeset: 498a730bd24a6258322b5e0274e23b44207c4bf8

comment:6 Changed 8 years ago by Roman Tolchenov

Re #5561. Later changes undid this fix. Re-fixing.

Changeset: f2726b61fabfe359d151a20dcdf0d82f906128f2

comment:7 Changed 8 years ago by Owen Arnold

Tester: You should also check that this python code included in ticket #5646 can be run without generating duplicates.

comment:8 Changed 8 years ago by Roman Tolchenov

Re #5561. Added one more check for widget consistency

Changeset: d2045ff88d897a589c9b62ddafcccc7868432131

comment:9 Changed 8 years ago by Wenduo Zhou

  • Status changed from verify to verifying
  • Tester set to Wenduo Zhou

comment:10 Changed 8 years ago by Wenduo Zhou

  • Status changed from verifying to closed

comment:11 Changed 8 years ago by Roman Tolchenov

Re #5561. Added one more check for widget consistency

Changeset: d2045ff88d897a589c9b62ddafcccc7868432131

comment:12 Changed 8 years ago by Roman Tolchenov

Re #5561. Later changes undid this fix. Re-fixing.

Changeset: f2726b61fabfe359d151a20dcdf0d82f906128f2

comment:13 Changed 8 years ago by Roman Tolchenov

Re #5561. Added one more check for widget consistency

Changeset: d2045ff88d897a589c9b62ddafcccc7868432131

comment:14 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 6407

Note: See TracTickets for help on using tickets.