lp://staging/~kalikiana/u1db-qt/upstream-tests
- Get this branch:
- bzr branch lp://staging/~kalikiana/u1db-qt/upstream-tests
Branch merges
- U1DB Qt developers: Pending requested
-
Diff: 693 lines (+678/-0)3 files modifiedtests/bridged.py (+486/-0)
tests/setup.py (+6/-0)
tests/test-bridged.py (+186/-0)
Branch information
Recent revisions
- 67. By Cris Dywan
-
Add libqt5sql5-sqlite to build dependencies
As a runtime dependency it wasn't be used during building
so all test cases failed. - 63. By Cris Dywan
-
Enable unit tests during Debian package build
Make tests run under "minimal" platform.
Allow 20 warnings.
Uncomment problematic "fill" test case for now. - 62. By Kevin Wright
-
Created initial example to demonstrate index functionality.
Approved by Christian Dywan, Ubuntu Phone Apps Jenkins Bot.
- 61. By Kevin Wright
-
Created initial index functionality. Modified source for both Index and Query. Within the Index source, QVariantMaps are generated (based on the index expressions), using appropriate data, and put into a QList, which is used by Query::data as its return value. Some known issues: currently will match on any index expression criteria (rather than on all criteria), and will not recognize new databases / documents (but has no problems with existing ones).
Also, fixed index.h and query.h by adding back in some important ifdef Q_DOC conditions that were overwritten. Additionally added back in one qdoc 'inmodule' markup line that was accidently erased in query.cpp.
Approved by Christian Dywan, Ubuntu Phone Apps Jenkins Bot.
- 60. By Kevin Wright
-
Added documentation/
u1db.tutorial. qdoc file. This document initially represents an all-in-one cheatsheet for U1Db-Qt, which includes reference, tutorial, examples, best practice etc. Approved by Christian Dywan, Ubuntu Phone Apps Jenkins Bot.
- 59. By Cris Dywan
-
Install docs into QtAssistant, add Ubuntu style and fix Concepts.
Approved by Christian Dywan, Ubuntu Phone Apps Jenkins Bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://staging/u1db-qt