File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public class TestDiscovery : UnitTest
94
94
private bool _getMetricsQueryTokenEventTested = false ;
95
95
private bool _queryLogTested = false ;
96
96
97
- private string _stopwordsFilepath ;
97
+ // private string _stopwordsFilepath;
98
98
//private bool _createStopwordListTested = false;
99
99
//private bool _deleteStopwordListTested = false;
100
100
@@ -153,7 +153,7 @@ public override IEnumerator RunTest()
153
153
_discovery . VersionDate = _discoveryVersionDate ;
154
154
_filePathToIngest = Application . dataPath + "/Watson/Examples/ServiceExamples/TestData/Discovery/constitution.pdf" ;
155
155
_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";
157
157
// Get Environments
158
158
Log . Debug ( "TestDiscovery.RunTest()" , "Attempting to get environments" ) ;
159
159
if ( ! _discovery . GetEnvironments ( OnGetEnvironments , OnFail ) )
You can’t perform that action at this time.
0 commit comments