Ignore:
Timestamp:
2019-02-04T15:40:22+13:00 (5 years ago)
Author:
ak19
Message:

Minor change before generating release testing binary

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/org/greenstone/gsdl3/testing/GSGUITestingUtil.java

    r32714 r32740  
    5050   
    5151    /************** NEEDED FOR TESTING *************/
    52     // There's now a new method in GLI: GUIManager.setNamesRecursively()
     52    // There's now a new method in GLI: TestingPreparation.setNamesRecursively()
    5353    // that attempts to recursively call setName() on visible GUI components so that we
    5454    // can have easier access to those GUI components when testing here through their names   
     
    213213    openMenuItem("file", "new");
    214214    DialogFixture dialog = window.dialog("col"); // GLI is unable to setName() of this dialog
    215     // to NewCollectioNDetailsPrompt. Not sure why.
     215    // to NewCollectionDetailsPrompt. Not sure why.
    216216
    217217    dialog.textBox("NewCollectionDetailsPrompt.title").enterText(collTitle); // JTextField
     
    265265
    266266    //steal any lock
    267     /*
     267   
    268268    DialogFixture dialog = window.dialog("LockFileDialog");
    269269    if(dialog != null) {
    270270        dialog.button("LockFileDialog.ok_button").click();
    271271    }
    272     */
     272   
    273273    }
    274274
Note: See TracChangeset for help on using the changeset viewer.