~ci-train-bot/keeper/keeper-ubuntu-yakkety-landing-060

« back to all changes in this revision

Viewing changes to tests/integration/helpers/helpers-test-failure.cpp

  • Committer: Bileto Bot
  • Author(s): Marcus Tomlinson, Xavi Garcia Mena
  • Date: 2016-08-26 10:16:40 UTC
  • mfrom: (91.4.17 qml-plugin)
  • Revision ID: ci-train-bot@canonical.com-20160826101640-n7i0myhx0yjs340z
Add client QML API

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    ASSERT_FALSE(user_folder_uuid.isEmpty());
66
66
    qDebug() << "User folder UUID is:" << user_folder_uuid;
67
67
 
 
68
    QFile helper_mark(SIMPLE_HELPER_MARK_FILE_PATH);
 
69
    qDebug() << "Helper mark exists before calling StartBackup..." << helper_mark.exists();
 
70
 
 
71
    // let's leave things clean
 
72
    EXPECT_TRUE(removeHelperMarkBeforeStarting());
 
73
 
68
74
    // Now we know the music folder uuid, let's start the backup for it.
69
75
    QDBusReply<void> backup_reply = user_iface->call("StartBackup", QStringList{user_folder_uuid});
70
76
    ASSERT_TRUE(backup_reply.isValid()) << qPrintable(QDBusConnection::sessionBus().lastError().message());