msi/tests: Test for SELECT table.column FROM table.
authorNathan Gallaher <ngallaher@deepthought.org>
Mon, 16 Nov 2009 03:33:29 +0000 (22:33 -0500)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 24 Nov 2009 14:54:00 +0000 (15:54 +0100)
commitf7ba4b2ec00c19d3c97b46d6395ba606100f7f89
tree54c384a72559cd7d7d4e15da64e41cab90d85e4f
parent5c56e1f440049e0676b81f74c182d4ce25661dec
msi/tests: Test for SELECT table.column FROM table.

Make sure that mixing table columns returns the expected
data. eg:  SELECT t1.action, t2.action FROM t1, t2
should return distinct data.
dlls/msi/tests/db.c