Skip to content
  • Antti Soininen's avatar
    Don't copy the name field in Workspace's copy constructor. · 32a461cf
    Antti Soininen authored
    The Workspace copy constructor is used for cloning. However, it does not
    make sense to clone the workspace name, since it would indicate that the
    clone was in the ADS.
    
    This also adds a bunch of unit tests for some workspaces to test the
    behavior of clone().
    
    Re #21129
    32a461cf