~mardy/gnome-control-center-signon/lp1122520

« back to all changes in this revision

Viewing changes to tests/test-authorization-page.vala

  • Committer: Tarmac
  • Author(s): David King
  • Date: 2013-01-21 10:56:05 UTC
  • mfrom: (128.1.2 enable-packaging-tests)
  • Revision ID: tarmac-20130121105605-7ue76gxjzalmdo89
Enable tests during package build

Make the tests run under pbuilder, during the package build, by using dbus-test-runner and xvfb-run. Temporarily disable some tests which need a mocked webcredentials indicator to run.

Approved by Alberto Mardegan, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
{
22
22
    Gtk.test_init (ref args);
23
23
 
 
24
    /* Skip until a mock webcredentials indicator is developed.
24
25
    Test.add_func ("/credentials/authorizationpage/create", authorizationpage_create);
 
26
    */
25
27
 
26
28
    Test.run ();
27
29