Merge branch 'master' of github.com:weewx/weewx

This commit is contained in:
Matthew Wall
2015-07-24 20:26:11 -04:00
5 changed files with 17 additions and 4 deletions

1
.gitignore vendored
View File

@@ -1,4 +1,5 @@
*~
.idea
.project
.pydevproject
.settings

View File

@@ -401,7 +401,7 @@ version = 3.2.0a2
[[SQLite]]
driver = weedb.sqlite
# Directory in which the database files are located
SQLITE_ROOT = /home/weewx/archive
SQLITE_ROOT = %(WEEWX_ROOT)s/archive
# Defaults for MySQL databases
[[MySQL]]

View File

@@ -188,7 +188,7 @@
<td>PASS</td>
</tr>
<tr>
<td>Test for a bad attribute on a tag: $current.foobar</td>
<td>Test for a bad observation type on a $current tag: $current.foobar</td>
<td>?'foobar'?</td>
</tr>
</table>
@@ -372,6 +372,10 @@
<td>Test tag "has_data" with existent type that has data</td>
<td>PASS</td>
</tr>
<tr>
<td>Test for a bad observation type on a $day tag: $day.foobar.min</td>
<td>$day.foobar.min</td>
</tr>
</table>
<hr/>

View File

@@ -188,7 +188,7 @@
<td>PASS</td>
</tr>
<tr>
<td>Test for a bad attribute on a tag: $current.foobar</td>
<td>Test for a bad observation type on a $current tag: $current.foobar</td>
<td>?'foobar'?</td>
</tr>
</table>
@@ -372,6 +372,10 @@
<td>Test tag "has_data" with existent type that has data</td>
<td>PASS</td>
</tr>
<tr>
<td>Test for a bad observation type on a $day tag: $day.foobar.min</td>
<td>$day.foobar.min</td>
</tr>
</table>
<hr/>

View File

@@ -214,7 +214,7 @@
#end if
</tr>
<tr>
<td>Test for a bad attribute on a tag: \$current.foobar</td>
<td>Test for a bad observation type on a \$current tag: \$current.foobar</td>
<td>$current.foobar</td>
</tr>
</table>
@@ -401,6 +401,10 @@
<td>FAIL</td>
#end if
</tr>
<tr>
<td>Test for a bad observation type on a \$day tag: \$day.foobar.min</td>
<td>$day.foobar.min</td>
</tr>
</table>
<hr/>