Changeset 657 in tmcsimulator for trunk/src/tmcsim


Ignore:
Timestamp:
09/12/2022 01:30:08 PM (4 years ago)
Author:
jdalbey
Message:

Update unit tests to run on Windows (path and line separators), remove obsolete paramics test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tmcsim/cadsimulator/Coordinator.java

    r560 r657  
    609609            Path source = Paths.get(selectedFile); 
    610610            Files.copy(source, destination,REPLACE_EXISTING); 
    611             Logger.getLogger(Coordinator.class.getName()).log(Level.INFO,   
    612                     "Loaded script copied to " + destination); 
     611            //Logger.getLogger(Coordinator.class.getName()).log(Level.INFO,   
     612            //        "Loaded script copied to " + destination); 
    613613        } catch (IOException ex) { 
    614614            Logger.getLogger(Coordinator.class.getName()).log(Level.SEVERE, null, ex); 
Note: See TracChangeset for help on using the changeset viewer.