summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/tests/phpunit/Integration/JSONScript/TestCases/q-1103.json
blob: 444ee2261131cd51259ec9af929e172533e84e02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
	"description": "Test `_rec` using some additional search pattern (#1189, en)",
	"setup": [
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has number",
			"contents": "[[Has type::Number]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text",
			"contents": "[[Has type::Text]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "hasWeightMeasure",
			"contents": "[[Has type::Quantity]] [[Corresponds to::1 g, gram, grams]] [[Corresponds to::0.2 teaspoon, teaspoons]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "hasIngredient",
			"contents": "[[Has type::Page]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "Has text number record",
			"contents": "[[Has type::Record]] [[Has fields::Has text;Has number]]"
		},
		{
			"namespace": "SMW_NS_PROPERTY",
			"page": "hasCookingIngredient",
			"contents": "[[Has type::Record]] [[Has fields::hasIngredient;hasWeightMeasure]]"
		},
		{
			"page": "Example/1103/1",
			"contents": "[[Category:E-1103]][[Has text number record::SomeText;123]]"
		},
		{
			"page": "Example/1103/2",
			"contents": "[[Category:E-1103]][[hasCookingIngredient::salt:0.25 teaspoon]]"
		},
		{
			"page": "Example/1103/3",
			"contents": "{{#ask: [[Category:E-1103]][[hasCookingIngredient::salt;~teaspoon]] |?hasCookingIngredient}}"
		},
		{
			"page": "Example/1103/4",
			"contents": "[[Category:E-1103]][[Has text number record::SomeText;1234]]"
		}
	],
	"tests": [
		{
			"type": "format",
			"about": "#1 verify no cached DataValue is invoked and causes wrong object deseralization (see #1189)",
			"subject": "Example/1103/3",
			"assert-output": {
				"to-contain": [
					""teaspoon" is not a number"
				]
			}
		},
		{
			"type": "query",
			"about": "#0 simple search that causes an error",
			"condition": "[[Category:E-1103]] [[Has status record::SomeText;~12]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"count": 0
			}
		},
		{
			"type": "query",
			"about": "#1, see issue #1207",
			"condition": "[[Category:E-1103]] [[Has text number record::~*eT*;>123]]",
			"printouts": [],
			"parameters": {
				"limit": "10"
			},
			"assert-queryresult": {
				"count": 1,
				"results": [
					"Example/1103/4#0##"
				]
			}
		}
	],
	"settings": {
		"wgContLang": "en",
		"wgLang": "en",
		"smwStrictComparators": true
	},
	"meta": {
		"version": "2",
		"is-incomplete": false,
		"debug": false
	}
}