Differences From Artifact [3c1f84db38]:
- File test/json.test — part of check-in [f9c14d7d6d] at 2016-02-07 23:22:42 on branch trunk — Further enhance the 'sqlite3' command and make use of it in the json test. (user: mistachkin size: 27257) [more...]
To Artifact [e4b63adf6f]:
- File test/json.test — part of check-in [29f0328cd9] at 2016-03-02 06:45:21 on branch testerCleanup — More work... (user: mistachkin size: 27352)
| ︙ | |||
843 844 845 846 847 848 849 | 843 844 845 846 847 848 849 850 851 852 853 | + + + + |
# FOSSIL-4103 FSL_JSON_E_DB_NOT_VALID
# Fossil repository db file is not valid.
write_file nope.fossil {
This is not a fossil repo. It ought to be a SQLite db with a well-known schema,
but it is actually just a block of text.
}
###############################################################################
test_cleanup
|