Mercurial > p > roundup > code
diff test/db_test_base.py @ 6415:dbacf6bf2a2f
Implement expressions for Link properties
| author | Ralf Schlatterbeck <rsc@runtux.com> |
|---|---|
| date | Tue, 18 May 2021 08:50:46 +0200 |
| parents | 7b1b6dffc7ed |
| children | f08907bfd5a1 |
line wrap: on
line diff
--- a/test/db_test_base.py Mon May 17 15:25:17 2021 -0400 +++ b/test/db_test_base.py Tue May 18 08:50:46 2021 +0200 @@ -1859,7 +1859,6 @@ ae(filt(None, {a: ['-1', None]}, ('+','id'), grp), ['3','4']) ae(filt(None, {a: ['1', None]}, ('+','id'), grp), ['1', '3','4']) - @pytest.mark.xfail def testFilteringLinkExpression(self): ae, iiter = self.filteringSetup() a = 'assignedto'
