summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json')
-rw-r--r--www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json b/www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json
new file mode 100644
index 00000000..24333029
--- /dev/null
+++ b/www/wiki/extensions/ModernTimeline/tests/System/JsonScript/smwdoc.json
@@ -0,0 +1,37 @@
+{
+ "description": "Modern Timeline - smwdoc",
+ "setup": [
+ {
+ "page": "SMWDoc",
+ "contents": "{{#smwdoc:moderntimeline}}"
+ }
+ ],
+ "tests": [
+ {
+ "about": "All parameters have a message",
+ "type": "parser",
+ "subject": "SMWDoc",
+ "assert-output": {
+ "to-contain": [
+ "Background"
+ ],
+ "not-contain": [
+ "modern-timeline-"
+ ]
+ }
+ }
+ ],
+ "settings": {
+ "wgContLang": "en",
+ "wgLang": "en",
+ "smwgNamespacesWithSemanticLinks": {
+ "NS_MAIN": true,
+ "SMW_NS_PROPERTY": true
+ }
+ },
+ "meta": {
+ "version": "2",
+ "is-incomplete": false,
+ "debug": false
+ }
+} \ No newline at end of file