Skip to content

Commit

Permalink
tweak test configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary King committed Mar 11, 2012
1 parent 837a1dc commit 787b203
Show file tree
Hide file tree
Showing 3 changed files with 65 additions and 38 deletions.
31 changes: 0 additions & 31 deletions lift-local.config

This file was deleted.

8 changes: 4 additions & 4 deletions lift-standard.config
Expand Up @@ -11,23 +11,23 @@
(metatilities-test)

;; report properties
(:report-property :title "Metatilities | Test results")
(:report-property :title "metatilities | Test results")
(:report-property :relative-to metatilities-test)

(:report-property :style-sheet "test-style.css")
(:report-property :if-exists :supersede)
(:report-property :format :html)
(:report-property :name "test-results/test-report.html")
(:report-property :full-pathname "test-results/test-report.html")
(:report-property :unique-name t)
(:build-report)

(:report-property :unique-name t)
(:report-property :format :describe)
(:report-property :name "test-results/test-report.txt")
(:report-property :full-pathname "test-results/test-report.txt")
(:build-report)

(:report-property :format :save)
(:report-property :name "test-results/test-report.sav")
(:report-property :full-pathname "test-results/test-report.sav")
(:build-report)

(:report-property :format :describe)
Expand Down
64 changes: 61 additions & 3 deletions website/website.tmproj
Expand Up @@ -2,6 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>currentDocument</key>
<string>source/index.md</string>
<key>documents</key>
<array>
<dict>
Expand All @@ -18,7 +20,7 @@
<key>filename</key>
<string>source/index.md</string>
<key>lastUsed</key>
<date>2009-04-29T21:59:15Z</date>
<date>2010-12-21T03:05:19Z</date>
<key>selected</key>
<true/>
</dict>
Expand All @@ -30,14 +32,70 @@
<key>sourceDirectory</key>
<string>source/images</string>
</dict>
<dict>
<key>filename</key>
<string>../../shared/shared-links.md</string>
<key>lastUsed</key>
<date>2010-12-21T03:05:19Z</date>
</dict>
</array>
<key>fileHierarchyDrawerWidth</key>
<integer>197</integer>
<key>metaData</key>
<dict/>
<dict>
<key>../../shared/shared-links.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>67</integer>
</dict>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>31</integer>
</dict>
<key>source/index.md</key>
<dict>
<key>caret</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>57</integer>
</dict>
<key>columnSelection</key>
<false/>
<key>firstVisibleColumn</key>
<integer>0</integer>
<key>firstVisibleLine</key>
<integer>50</integer>
<key>selectFrom</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>52</integer>
</dict>
<key>selectTo</key>
<dict>
<key>column</key>
<integer>0</integer>
<key>line</key>
<integer>57</integer>
</dict>
</dict>
</dict>
<key>openDocuments</key>
<array>
<string>source/index.md</string>
<string>../../shared/shared-links.md</string>
</array>
<key>showFileHierarchyDrawer</key>
<true/>
<key>windowFrame</key>
<string>{{49, 66}, {688, 763}}</string>
<string>{{49, 15}, {688, 763}}</string>
</dict>
</plist>

0 comments on commit 787b203

Please sign in to comment.