~ps-jenkins/autopilot-qt/utopic-proposed

« back to all changes in this revision

Viewing changes to tests/unittests/tst_introspection.cpp

  • Committer: CI bot
  • Author(s): Christopher Lee
  • Date: 2014-07-24 23:50:35 UTC
  • mfrom: (83.1.4 qtnode-name-change)
  • Revision ID: ps-jenkins@lists.canonical.com-20140724235035-z3xjyhgkme2k7uvw
Renaming QtNode to QObjectNode 
Approved by: Thomi Richards, PS Jenkins bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
503
503
 
504
504
void tst_Introspection::test_property_matching()
505
505
{
506
 
    QtNode n(m_object);
 
506
    QObjectNode n(m_object);
507
507
 
508
508
    QVERIFY(n.MatchStringProperty("dynamicStringProperty", "testValue") == true);
509
509
    QVERIFY(n.MatchStringProperty("dynamicTestProperty", "testValue") == true);