~ubuntu-branches/ubuntu/natty/pyside/natty

« back to all changes in this revision

Viewing changes to tests/QtCore/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Didier Raboud
  • Date: 2011-02-18 18:01:00 UTC
  • mfrom: (1.1.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 9.
  • Revision ID: james.westby@ubuntu.com-20110218180100-y8aqmcdbcbd6gpeh
Tags: upstream-1.0.0~rc1
ImportĀ upstreamĀ versionĀ 1.0.0~rc1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
PYSIDE_TEST(bug_278_test.py)
2
2
PYSIDE_TEST(bug_332.py)
 
3
PYSIDE_TEST(bug_408.py)
 
4
PYSIDE_TEST(bug_428.py)
 
5
PYSIDE_TEST(bug_462.py)
 
6
PYSIDE_TEST(bug_505.py)
 
7
PYSIDE_TEST(bug_515.py)
 
8
PYSIDE_TEST(bug_656.py)
3
9
PYSIDE_TEST(blocking_signals_test.py)
4
10
PYSIDE_TEST(child_event_test.py)
 
11
PYSIDE_TEST(deepcopy_test.py)
5
12
PYSIDE_TEST(deletelater_test.py)
6
13
PYSIDE_TEST(duck_punching_test.py)
7
14
PYSIDE_TEST(hash_test.py)
44
51
PYSIDE_TEST(qobject_tr_as_instance_test.py)
45
52
PYSIDE_TEST(qpoint_test.py)
46
53
PYSIDE_TEST(qprocess_test.py)
47
 
PYSIDE_TEST(qqtversion_test.py)
48
54
PYSIDE_TEST(qrect_test.py)
 
55
PYSIDE_TEST(qregexp_test.py)
49
56
PYSIDE_TEST(qresource_test.py)
50
57
PYSIDE_TEST(qsize_test.py)
51
58
PYSIDE_TEST(qslot_object_test.py)
62
69
PYSIDE_TEST(qtimer_timeout_test.py)
63
70
PYSIDE_TEST(qtnamespace_test.py)
64
71
PYSIDE_TEST(qurl_test.py)
 
72
PYSIDE_TEST(repr_test.py)
65
73
PYSIDE_TEST(setprop_on_ctor_test.py)
66
74
PYSIDE_TEST(static_method_test.py)
67
75
PYSIDE_TEST(static_protected_methods_test.py)
68
76
PYSIDE_TEST(thread_signals_test.py)
 
77
PYSIDE_TEST(tr_noop_test.py)
69
78
PYSIDE_TEST(translation_test.py)
70
79
PYSIDE_TEST(unaryoperator_test.py)
71
80
PYSIDE_TEST(unicode_test.py)
 
81
PYSIDE_TEST(versioninfo_test.py)
72
82
 
73
83
if(X11)
74
84
    PYSIDE_TEST(qhandle_test.py)