]> git.mxchange.org Git - friendica.git/commitdiff
Chenged compared text
authorMichael <heluecht@pirati.ca>
Thu, 19 Nov 2020 16:28:15 +0000 (16:28 +0000)
committerMichael <heluecht@pirati.ca>
Thu, 19 Nov 2020 16:28:15 +0000 (16:28 +0000)
tests/legacy/ApiTest.php

index 4fd6855f214d2572f1d8636d007e424223975b3a..265f502f0aae3c7283e868a16c89152ac1ed6a63 100644 (file)
@@ -3780,7 +3780,7 @@ class ApiTest extends FixtureTest
                $assertXml=<<<XML
 <?xml version="1.0"?>
 <notes>
-  <note id="1" hash="" type="8" name="Reply to" url="http://localhost/display/1" photo="http://localhost/" date="2020-01-01 12:12:02" msg="A test reply from an item" uid="42" uri-id="" link="http://localhost/notification/1" iid="4" parent="0" parent-uri-id="" seen="0" verb="" otype="item" name_cache="Reply to" msg_cache="A test reply from an item" timestamp="1577880722" date_rel="{$dateRel}" msg_html="A test reply from an item" msg_plain="A test reply from an item"/>
+  <note id="1" hash="" type="8" name="Reply to" url="http://localhost/display/1" photo="http://localhost/" date="2020-01-01 12:12:02" msg="A test reply from an item" uid="42" uri-id="" link="http://localhost/notification/1" iid="4" parent="" parent-uri-id="" seen="0" verb="" otype="item" name_cache="Reply to" msg_cache="A test reply from an item" timestamp="1577880722" date_rel="{$dateRel}" msg_html="A test reply from an item" msg_plain="A test reply from an item"/>
 </notes>
 XML;
                self::assertXmlStringEqualsXmlString($assertXml, $result);