Skip to content

Commit 44137cf

Browse files
committed
test(discovery v1): Commented out unused variables
1 parent ddd25b7 commit 44137cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Scripts/UnitTests/TestDiscovery.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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))

0 commit comments

Comments
 (0)