From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/test/data/automountlocation_find.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 install/ui/test/data/automountlocation_find.json (limited to 'install/ui/test/data/automountlocation_find.json') diff --git a/install/ui/test/data/automountlocation_find.json b/install/ui/test/data/automountlocation_find.json new file mode 100644 index 000000000..ea1a54e83 --- /dev/null +++ b/install/ui/test/data/automountlocation_find.json @@ -0,0 +1,17 @@ +{ + "error": null, + "id": 6, + "result": { + "count": 1, + "result": [ + { + "cn": [ + "default" + ], + "dn": "cn=default,cn=automount,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com" + } + ], + "summary": null, + "truncated": false + } +} \ No newline at end of file -- cgit