View Issue Details

IDProjectCategoryView StatusLast Update
0002350Slicer4Core: Extensionspublic2012-07-25 16:21
Reporterlassoan Assigned Tojcfr  
PrioritynormalSeveritytweakReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionSlicer 4.2.0Fixed in VersionSlicer 4.2.0 
Summary0002350: Extension generic test selector fails on Windows
Description

Running the generic module test on Windows without specifying the test name brings up the list of tests, for example:

C:\Users\lasso\devel\Slicer4-win64rel3\Slicer-build\Slicer.exe "--launcher-no-splash" "--launcher-additional-settings" "C:/Users/lasso/devel/SlicerRtExtension-win64rel/AdditionalLauncherSettings.ini" "--launch" "C:/Users/lasso/devel/SlicerRtExtension-win64rel/DicomRtImport/Testing/Cxx/Release/qSlicerDicomRtImportModuleCxxTests.exe"

Available tests:

  1. qSlicerDicomRtImportModuleGenericTest
  2. qSlicerDicomRtImportModuleWidgetGenericTest
    To run a test, enter the test number:

At this point I try to enter a number, press enter, etc. but nothing happens. No character is displayed, no test is started. If I click CTRL-C then the process quits and all the previously entered characters appear.

TagsNo tags attached.

Activities

jcfr

jcfr

2012-07-25 15:37

administrator   ~0005236

The launcher used to start the qSlicerDicomRtImportModuleCxxTests.exe doesn't deal with terminal input.

You should first start a windows terminal:

./Slicer "--launcher-additional-settings" "C:/Users/lasso/devel/SlicerRtExtension-win64rel/AdditionalLauncherSettings.ini" --cmd

Then, run the test:

"C:/Users/lasso/devel/SlicerRtExtension-win64rel/DicomRtImport/Testing/Cxx/Release/qSlicerDicomRtImportModuleCxxTests.exe"

lassoan

lassoan

2012-07-25 16:20

developer   ~0005238

Thank you, it works!

Issue History

Date Modified Username Field Change
2012-07-25 10:43 lassoan New Issue
2012-07-25 10:43 lassoan Status new => assigned
2012-07-25 10:43 lassoan Assigned To => jcfr
2012-07-25 15:37 jcfr Note Added: 0005236
2012-07-25 15:37 jcfr Status assigned => resolved
2012-07-25 15:37 jcfr Fixed in Version => Slicer 4.2.0 - October 1st 2012
2012-07-25 15:37 jcfr Resolution open => fixed
2012-07-25 16:20 lassoan Note Added: 0005238
2012-07-25 16:20 lassoan Status resolved => closed
2012-07-25 16:21 jcfr Target Version => Slicer 4.2.0 - October 1st 2012