summaryrefslogtreecommitdiff
path: root/www/www-test-data.el
diff options
context:
space:
mode:
Diffstat (limited to 'www/www-test-data.el')
-rw-r--r--www/www-test-data.el12
1 files changed, 5 insertions, 7 deletions
diff --git a/www/www-test-data.el b/www/www-test-data.el
index f6ef8aa..ddafd01 100644
--- a/www/www-test-data.el
+++ b/www/www-test-data.el
@@ -5,15 +5,12 @@
( print "publish-test-1" )
( let ( ( publication-instance ( publication-object ) ) )
- ( publish publication-instance
- :data-projects ( list "test.pl" "example.org" ) ) )
+ ( publish publication-instance ( list "test.pl" "example.org" ) ) )
( print "publish-test-2" )
( let ( ( publication-instance ( publication-object ) ) )
( publish publication-instance
-
- :data-projects
( list "test.pl"
:property1
@@ -25,7 +22,8 @@
( print "publish-test-3" )
( let ( ( publication-instance ( publication-object ) ) )
- ( publish publication-instance "test.pl"
+ ( publish publication-instance
+ ( list "test.pl"
- :components
- ( list "example.pl" "example.org" ) ) )
+ :components
+ ( list "example.pl" "example.org" )) ) )