public void testGetPropertySet() throws Exception {
bindMockInstanceIdToContext();
final MockControl ctl = createMockWorkflowControl();
final PropertySet ps = new MapPropertySet();
OsWorkflowTemplate template = new OsWorkflowTemplate() {
protected Workflow createWorkflow(String caller) throws WorkflowException {
Workflow workflow = (Workflow) ctl.getMock();