Skip to content

Commit

Permalink
Pointed test to use environment variable for located test data
Browse files Browse the repository at this point in the history
  • Loading branch information
gaizkan committed Dec 11, 2015
1 parent 565dc49 commit 79b20ec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Tests/UnitTests/ReaderTests/HTKLMFReaderTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,7 @@ namespace Microsoft { namespace MSR { namespace CNTK
// Fixture specific for the TIMIT data
struct TIMITReaderFixture : ReaderFixture
{
//TIMITReaderFixture() : ReaderFixture("%CNTK_EXTERNAL_TESTDATA_SOURCE_DIRECTORY%/Speech/ASR")
//TIMITReaderFixture() : ReaderFixture("\\\\speech-data\\CNTKExampleSetups\\ASR")
TIMITReaderFixture() : ReaderFixture("/Data")
TIMITReaderFixture() : ReaderFixture("%CNTK_EXTERNAL_TESTDATA_SOURCE_DIRECTORY%/Speech/ASR")
{}
};

Expand Down

0 comments on commit 79b20ec

Please sign in to comment.