This is due to inconsistency in how we handle deployment names in PS.
Sometimes we pass in simple name, some times full repository name.
What should it be?
Since ManagedAPI mostly works on simple name.
But Deployment's name is full repo name.
And SerializableDeploymentRepository mostly uses
File/VirtualFile root + child's name.
I'll see if I can unify the usage.
Scott Stark wrote:
I'm looking at the DeployUnitTestCase. None of its deployments
are being
deleted as they should.