]> git.mxchange.org Git - friendica.git/commitdiff
Some more test fixed
authorMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 06:58:21 +0000 (06:58 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 06:58:21 +0000 (06:58 +0000)
tests/src/Module/Api/Friendica/NotificationTest.php

index aaf7022024899a75bb2cb1cd58cdfdef96b711f9..e9eafc9330b5dfa2dfeccdac7fc0644f907fe886 100644 (file)
@@ -62,7 +62,7 @@ class NotificationTest extends ApiTest
                $assertXml = <<<XML
 <?xml version="1.0"?>
 <notes>
-  <note date="$date" date_rel="$dateRel" id="1" iid="4" link="http://localhost/display/1" msg="A test reply from an item" msg_cache="A test reply from an item" msg_html="A test reply from an item" msg_plain="A test reply from an item" name="Friend contact" name_cache="Friend contact" otype="item" parent="" photo="http://localhost/" seen="false" timestamp="1577880722" type="8" uid="42" url="http://localhost/profile/friendcontact" verb="http://activitystrea.ms/schema/1.0/post"/>
+  <note date="$date" date_rel="$dateRel" id="1" iid="4" link="http://localhost/display/1" msg="A test reply from an item" msg_cache="A test reply from an item" msg_html="&lt;p&gt;A test reply from an item&lt;/p&gt;" msg_plain="A test reply from an item" name="Friend contact" name_cache="Friend contact" otype="item" parent="" photo="http://localhost/" seen="false" timestamp="1577880722" type="8" uid="42" url="http://localhost/profile/friendcontact" verb="http://activitystrea.ms/schema/1.0/post"/>
 </notes>
 XML;