changeset 983:7fe1151595bf

tests: Fix non-determinism in linker tests.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 30 Oct 2017 18:58:28 -0700
parents 492b66482f12
children e7ca3c577305
files tests/bakes/test_linker.yaml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/bakes/test_linker.yaml	Mon Oct 30 00:08:12 2017 -0700
+++ b/tests/bakes/test_linker.yaml	Mon Oct 30 18:58:28 2017 -0700
@@ -29,6 +29,7 @@
     pages/foo.html: |
         ---
         title: Foo
+        date: '2010/01/07'
         ---
         {%for c in family.siblings-%}
         {{c.title}}{%if c.is_self%} SELFIE!{%endif%}
@@ -36,10 +37,12 @@
     pages/bar.html: |
         ---
         title: Bar
+        date: '2010/01/08'
         ---
     pages/other.html: |
         ---
         title: Other
+        date: '2010/01/06'
         ---
 outfiles:
     foo.html: |