Skip to content

Commit 10c254f

Browse files
committed
Fixed typo and reverted previous rename
1 parent 8340231 commit 10c254f

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

tests/searchcommands/recordings/scpv2/Splunk-6.3/countmatches.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chunked 1.0,19,0
2-
{"type":"streaming"}
2+
{"type":"stateful"}
33
chunked 1.0,17,49651
44
{"finished":true}_serial,__mv__serial,_time,__mv__time,text,__mv_text,word_count,__mv_word_count
55
0,,1380899494,,excellent review my friend loved it yours always guppyman @GGreeny62... http://t.co/fcvq7NDHxl,,14,

tests/searchcommands/recordings/scpv2/Splunk-6.3/generatehello.output

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chunked 1.0,38,0
2-
{"generating":true,"type":"u'stateful"}
2+
{"generating":true,"type":"stateful"}
33
chunked 1.0,17,37842
44
{"finished":true}_time,__mv__time,event_no,__mv_event_no,_raw,__mv__raw
55
1500765588.65,,1,,Hello World 1,
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
chunked 1.0,19,0
2-
{"type":"streaming"}
2+
{"type":"stateful"}
33
chunked 1.0,17,34
44
{"finished":true}total,__mv_total
55
2147943.07811,

tests/searchcommands/test_searchcommands_app.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,6 @@ def test_sum_as_unit(self):
235235
self._compare_csv_files_time_sensitive(expected, output)
236236

237237
expected, output, errors, exit_status = self._run_command('sum', phase='map')
238-
239238
self.assertEqual(0, exit_status, msg=unicode(errors))
240239
self.assertEqual('', errors)
241240
self._compare_chunks(expected, output)

0 commit comments

Comments
 (0)