Ignore:
Timestamp:
2024-06-17T16:23:19+12:00 (11 days ago)
Author:
anupama
Message:
  1. FileAssociations dialog was an optional step in the reports collection tutorial that I had deferred as it was optional. Now implemented along with utility function for testing. It's just there to check the robot is able to set or add some dummy or acceptable values.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/testing/trunk/src/src/gstests/tutorials/RunGLITest.java

    r39103 r39104  
    547547
    548548    createBuildPreviewCycle();
     549
     550    // Set file associations
     551    Collection extCmdPairs = new ArrayList(2);
     552    extCmdPairs.add(new SimpleEntry("doc", "xdg-open %1"));//"soffice %1"));//
     553    //extCmdPairs.add(new SimpleEntry("pinky", "xdg-open %1"));
     554    fileAssociations(extCmdPairs);
    549555   
    550556    switchToPane(ENRICH_PANE); 
Note: See TracChangeset for help on using the changeset viewer.