Fix: popup menu - opening windows BLD200212220100
authordkaspar@netbeans.org
Wed, 18 Dec 2002 12:09:07 +0000
changeset 294350b655e933cb
parent 2942 ca30e563b1dd
child 2944 16af13dfbdca
Fix: popup menu - opening windows
vcs.advanced/test/qa-functional/src/complete/pvcs_profile/StubAllTogether.java
     1.1 --- a/vcs.advanced/test/qa-functional/src/complete/pvcs_profile/StubAllTogether.java	Wed Dec 18 12:08:46 2002 +0000
     1.2 +++ b/vcs.advanced/test/qa-functional/src/complete/pvcs_profile/StubAllTogether.java	Wed Dec 18 12:09:07 2002 +0000
     1.3 @@ -446,8 +446,9 @@
     1.4          PropertySheetTabOperator pst = pso.getPropertySheetTabOperator("Properties");
     1.5          new StringProperty(pst, "Description").setStringValue("Checked in from VCS group.");
     1.6          sleep (2000); // stabilization
     1.7 -        pso.close ();
     1.8          
     1.9 +        closeAllVCSWindows();
    1.10 +        openGroupsFrame();
    1.11          new PVCSFileNode (vgf.treeVCSGroupsTreeView(), DEFAULT_GROUP).pVCSPut ();
    1.12          PutCommandOperator putCommand = new PutCommandOperator(B_File.filename (0));
    1.13          String changeDescription = putCommand.getChangeDescription();