~online-accounts/signon-ui/trunk

« back to all changes in this revision

Viewing changes to tests/unit/test.cpp

  • Committer: CI bot
  • Author(s): Timo Jyrinki
  • Date: 2014-03-13 15:22:08 UTC
  • mfrom: (125.1.2 signon-ui)
  • Revision ID: ps-jenkins@lists.canonical.com-20140313152208-i71k1iwy7ezr4f10
Rebuild against Qt 5.2.1 and do the revert similar to what was done in the archive.
(merge) Build depend on libicu-dev to fix FTBFS (LP: #1287177) Fixes: 1287177

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
void SignOnUiTest::testRequestWithIndicator()
98
98
{
99
 
    QSKIP("Disabled until QTBUG-36475 is fixed");
100
99
    const uint signonId = 1234;
101
100
    const QString displayName = QLatin1String("Beautiful account");
102
101