~ubuntu-branches/ubuntu/oneiric/pyside/oneiric

« back to all changes in this revision

Viewing changes to tests/QtGui/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2010-10-19 22:52:14 UTC
  • mfrom: (1.1.4 upstream)
  • mto: (13.1.1 sid)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101019225214-0s9fbpz12x3962qa
Tags: upstream-0.4.2
ImportĀ upstreamĀ versionĀ 0.4.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#Keep this in alphabetical sort
2
2
 
3
3
PYSIDE_TEST(api2_test.py)
 
4
PYSIDE_TEST(bug_172.py)
4
5
PYSIDE_TEST(bug_243.py)
5
6
PYSIDE_TEST(bug_300_test.py)
6
7
PYSIDE_TEST(bug_307.py)
7
8
PYSIDE_TEST(bug_324.py)
8
9
PYSIDE_TEST(bug_338.py)
 
10
PYSIDE_TEST(bug_363.py)
 
11
PYSIDE_TEST(bug_367.py)
 
12
PYSIDE_TEST(bug_389.py)
9
13
PYSIDE_TEST(add_action_test.py)
10
14
PYSIDE_TEST(customproxywidget_test.py)
11
15
PYSIDE_TEST(float_to_int_implicit_conversion_test.py)
46
50
PYSIDE_TEST(qpainter_test.py)
47
51
PYSIDE_TEST(qpen_test.py)
48
52
PYSIDE_TEST(qpixmap_test.py)
 
53
PYSIDE_TEST(qpolygonf_test.py)
49
54
PYSIDE_TEST(qpushbutton_test.py)
50
55
PYSIDE_TEST(qradialgradient_test.py)
51
56
PYSIDE_TEST(qregion_test.py)
59
64
PYSIDE_TEST(qtextedit_signal_test.py)
60
65
PYSIDE_TEST(qtoolbar_test.py)
61
66
PYSIDE_TEST(qtoolbox_test.py)
 
67
PYSIDE_TEST(qvariant_test.py)
62
68
PYSIDE_TEST(qwidget_setlayout_test.py)
63
69
PYSIDE_TEST(qwidget_test.py)
64
70
PYSIDE_TEST(reference_count_test.py)