jenkins-bot has submitted this change and it was merged.

Change subject: Fixup: Add missing use statement
......................................................................


Fixup: Add missing use statement

* Remove tex annotation from MwsDumpWriterTest,
  since they are no longer autmatically inserted by LaTeXML

Change-Id: I01f033dfa7669144ac5327c9b63b92af81192531
---
M includes/engines/MathEngineMws.php
M tests/MwsDumpWriterTest.php
2 files changed, 1 insertion(+), 5 deletions(-)

Approvals:
  Physikerwelt: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/includes/engines/MathEngineMws.php 
b/includes/engines/MathEngineMws.php
index 583653e..8100025 100644
--- a/includes/engines/MathEngineMws.php
+++ b/includes/engines/MathEngineMws.php
@@ -1,5 +1,5 @@
 <?php
-
+use MediaWiki\Logger\LoggerFactory;
 /**
  * MediaWiki MathSearch extension
  *
diff --git a/tests/MwsDumpWriterTest.php b/tests/MwsDumpWriterTest.php
index f39d859..bd41645 100644
--- a/tests/MwsDumpWriterTest.php
+++ b/tests/MwsDumpWriterTest.php
@@ -50,7 +50,6 @@
         </apply>
       </apply>
     </annotation-xml>
-    <annotation encoding="application/x-tex" id="p1.1.m1.1c">{\displaystyle 
E=mc}</annotation>
   </semantics>
 </math>
 </mws:expr>
@@ -85,7 +84,6 @@
         </apply>
       </apply>
     </annotation-xml>
-    <annotation encoding="application/x-tex" id="p1.1.m1.1c">{\displaystyle 
E=mc^{2}}</annotation>
   </semantics>
 </math>
 </mws:expr>
@@ -120,7 +118,6 @@
         </apply>
       </apply>
     </annotation-xml>
-    <annotation encoding="application/x-tex" id="p1.1.m1.1c">{\displaystyle 
E=mc^{3}}</annotation>
   </semantics>
 </math>
 </mws:expr>
@@ -155,7 +152,6 @@
         </apply>
       </apply>
     </annotation-xml>
-    <annotation encoding="application/x-tex" id="p1.1.m1.1c">{\displaystyle 
E=mc^{4}}</annotation>
   </semantics>
 </math>
 </mws:expr>

-- 
To view, visit https://gerrit.wikimedia.org/r/214318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I01f033dfa7669144ac5327c9b63b92af81192531
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/MathSearch
Gerrit-Branch: master
Gerrit-Owner: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: Hcohl <hc...@nist.gov>
Gerrit-Reviewer: Physikerwelt <w...@physikerwelt.de>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to