summaryrefslogtreecommitdiff
path: root/tests/test_matching.cc
AgeCommit message (Expand)AuthorFilesLines
2011-04-10Fix serializing ?term-prefix.Daniel Burrows1-0/+3
2011-04-05Tighten pattern parsing tests.Daniel Burrows1-1/+7
2009-09-05Make bare strings match based on name again. (Closes: #527540, #538198, #514625)Daniel Burrows1-22/+22
2009-01-18Implement the ?exact-name() term, a search term that matches package names ex...Daniel Burrows1-1/+4
2008-10-02Add a test for order-of-operations when serializing OR inside AND.Daniel Burrows1-0/+12
2008-10-01Make unadorned strings generate Xapian search terms.Daniel Burrows1-22/+22
2008-09-30Add a ?term term to the language.Daniel Burrows1-0/+3
2008-09-04Add tests for ?widen.Daniel Burrows1-0/+6
2008-09-04Add a test for ?virtual.Daniel Burrows1-0/+2
2008-09-04Add tests for ?version.Daniel Burrows1-1/+7
2008-09-04Add tests for the ?user-tag term.Daniel Burrows1-0/+4
2008-09-04Add tests for ?task and for ?upgradable.Daniel Burrows1-1/+11
2008-09-04Add a test for ?true.Daniel Burrows1-0/+2
2008-09-04Add tests for the ?tag term.Daniel Burrows1-0/+6
2008-09-04Add tests of the source package and source version terms.Daniel Burrows1-0/+12
2008-09-04Add a test that the sub-parts of ?not are compared to each other.Daniel Burrows1-0/+3
2008-09-04Add more tests to check that sub-patterns are compared properly.Daniel Burrows1-7/+27
2008-09-04Add tests to verify that ?depends terms with different sub-patterns compare a...Daniel Burrows1-0/+13
2008-09-04Add tests of the ?section matcher.Daniel Burrows1-0/+6
2008-09-04Add tests for reverse dependencies.Daniel Burrows1-0/+196
2008-09-04Add some tests of ~D without a dependency type (so it matches Depends).Daniel Burrows1-0/+10
2008-09-04Add testers for the variants of ?priority.Daniel Burrows1-0/+30
2008-09-04Add tests for the ?provides term.Daniel Burrows1-0/+8
2008-09-04Add tests for the ?false term.Daniel Burrows1-0/+4
2008-09-04Add tests for ?essential.Daniel Burrows1-0/+4
2008-09-04Add tests for ?description.Daniel Burrows1-0/+8
2008-09-04Add tests for ?config-files.Daniel Burrows1-0/+6
2008-09-04Add tests for ?broken and the various ?broken-FOO terms.Daniel Burrows1-0/+48
2008-09-04Add a bunch of tests for various permutations of the dependency terms.Daniel Burrows1-0/+153
2008-09-04Add tests for ?origin terms.Daniel Burrows1-0/+6
2008-09-04Add a test for ?or.Daniel Burrows1-0/+8
2008-09-04Write tests for ?obsolete.Daniel Burrows1-0/+6
2008-09-04Write tests for ?new.Daniel Burrows1-0/+8
2008-09-04Add a nest for ?name.Daniel Burrows1-0/+6
2008-09-04Fix the serialization test for ?narrow.Daniel Burrows1-2/+2
2008-09-04Write tests for the ?narrow matcher.Daniel Burrows1-0/+10
2008-09-04Add a test for ?maintainer terms.Daniel Burrows1-0/+7
2008-09-04Add tests for the ?installed matcher.Daniel Burrows1-0/+8
2008-09-04Add tests for the garbage matcher.Daniel Burrows1-0/+8
2008-09-04Don't store a redundant variable name in ?= and ?bind terms.Daniel Burrows1-4/+4
2008-09-04Add a test for ?bind.Daniel Burrows1-0/+8
2008-09-04Add tests of the ?automatic matcher.Daniel Burrows1-0/+8
2008-09-04Add a test of the short form of the archive matcher.Daniel Burrows1-0/+3
2008-09-04Reorder the matching tests.Daniel Burrows1-8/+8
2008-09-04Add a test for the ?and matcher (both forms).Daniel Burrows1-1/+8
2008-09-04Output apt errors that are encountered while parsing test inputs.Daniel Burrows1-0/+5
2008-09-04Fix the expected serialization of a double-NOT.Daniel Burrows1-1/+1
2008-09-04Add more test cases.Daniel Burrows1-3/+30
2008-09-04Add a test for ?= and ?for.Daniel Burrows1-0/+10
2008-09-04Add a test for ?any-version.Daniel Burrows1-1/+5