Test event dates in the future

Set event dates in installation profile to 2014-01-xx. The main
page event block won't be empty now.

Change-Id: I7463553cafa95a4235bca24be7be3105e7fc1071
This commit is contained in:
Marton Kiss 2013-12-10 21:35:33 +01:00
parent e7e0a499b7
commit fb1eedd9c0

View File

@ -2,14 +2,14 @@
"events": [
{
"title": "Gartner Data Center Conference",
"date_from": "2013-12-09 09:00:00",
"date_to": "2013-12-12 18:00:00",
"date_from": "2014-01-09 09:00:00",
"date_to": "2014-01-12 18:00:00",
"location": "US/Las Vegas, NV"
},
{
"title": "OpenStack in action 4",
"date_from": "2013-12-05 09:00:00",
"date_from": "2014-01-05 09:00:00",
"location": "FR/Paris"
}
]
}
}