File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public class TestDiscovery : UnitTest
9494 private bool _getMetricsQueryTokenEventTested = false ;
9595 private bool _queryLogTested = false ;
9696
97- private string _stopwordsFilepath ;
97+ // private string _stopwordsFilepath;
9898 //private bool _createStopwordListTested = false;
9999 //private bool _deleteStopwordListTested = false;
100100
@@ -153,7 +153,7 @@ public override IEnumerator RunTest()
153153 _discovery . VersionDate = _discoveryVersionDate ;
154154 _filePathToIngest = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/constitution.pdf" ;
155155 _documentFilePath = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/constitution.pdf" ;
156- _stopwordsFilepath = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/stopwords.txt" ;
156+ // _stopwordsFilepath = Application.dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/stopwords.txt";
157157 // Get Environments
158158 Log . Debug ( "TestDiscovery.RunTest()" , "Attempting to get environments" ) ;
159159 if ( ! _discovery . GetEnvironments ( OnGetEnvironments , OnFail ) )
You can’t perform that action at this time.
0 commit comments