Skip to content

Commit

Permalink
Merge branch 'MDL-55356-master-fix' of git://github.com/junpataleta/m…
Browse files Browse the repository at this point in the history
…oodle
  • Loading branch information
andrewnicols committed Oct 12, 2017
2 parents 131e607 + 098f37c commit 42c7270
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion search/tests/manager_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,6 @@ public function test_context_indexing() {
$buffer->reset_buffer();

// Confirm that output only processed 1 forum activity and 2 posts.
var_dump(strpos($log, "area: Forum - activity information\n Processed 1 "));
$this->assertNotFalse(strpos($log, "area: Forum - activity information\n Processed 1 "));
$this->assertNotFalse(strpos($log, "area: Forum - posts\n Processed 2 "));

Expand Down

0 comments on commit 42c7270

Please sign in to comment.