src/cm/fixtures/base_workspace.json
author Yves-Marie Haussonne <ymh.work+github@gmail.com>
Thu, 08 May 2014 11:43:45 +0200
changeset 649 fcf5309284df
parent 0 40c8f766c9b8
permissions -rw-r--r--
Correct test of text to take into account the text tag order+ augment test timeout

[
	{
		"pk": 1,
		"model": "cm.configuration", 
		"fields": {
			"key": "site_name", 
			"raw_value": "S'New co-ment workspace'\np0\n." 
		}
	},
	{
		"pk": 2	,
		"model": "cm.configuration", 
		"fields": {
			"key": "test", 
			"raw_value": "S'simple test'\np0\n."
		}
	}
	
]