XDiff tests : manage the time second change

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@5163 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2019-03-22 13:20:10 +00:00
parent d3f9aaeaa2
commit 07c95a1b3e

View File

@@ -180,8 +180,9 @@ to this document.
// Mode unified // Mode unified
$xdiff = new xdiff ("unified"); $xdiff = new xdiff ("unified");
$res = $xdiff->diff ($this->string1, $this->string2); $res = $xdiff->diff ($this->string1, $this->string2);
$this->assertSame ($res, "--- Original ".date ("Y-m-d H:i:s.u000 O")." $date = date ("Y-m-d H:i:s.u00");
+++ New ".date ("Y-m-d H:i:s.u001 O")." $this->assertSame ($res, "--- Original ${date}0 +0100
+++ New ${date}1 +0100
@@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
+This is an important +This is an important
+notice! It should +notice! It should