Merge "Make -DUSE_DEFAULT_RESOURCE_DIR=OFF compile again" into devel/master
[platform/core/uifw/dali-toolkit.git] / automated-tests / resources / dli / animation-failed-to-open.dli
1 {
2   "scenes": [ { "nodes" : [ 0 ] } ],
3   "nodes": [ {
4     "name": "root"
5   } ],
6   "animations": [ {
7     "properties": [ {
8       "node": "root",
9       "property": "position",
10       "keyFramesBin": { "url": "doesntexist.bin" }
11     } ]
12   } ]
13 }