Changeset 5389

Show
Ignore:
Timestamp:
29/07/10 08:51:57 (6 weeks ago)
Author:
Anders Markvardsen
Message:

To get GroupDetector test to pass on win64. Refs #1423

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Code/Mantid/DataHandling/test/GroupDetectors2Test.h

    r5379 r5389  
    317317  } 
    318318 
     319 
    319320  void testReadingFromXML() 
    320321  { 
     322#ifndef _WIN64 
    321323    LoadMuonNexus2 nxLoad; 
    322324    nxLoad.initialize(); 
     
    355357    AnalysisDataService::Instance().remove(outputSpace); 
    356358    AnalysisDataService::Instance().remove("boevs"); 
     359#endif 
    357360  } 
    358361