~renatofilho/vivid/qtpim-opensource-src

« back to all changes in this revision

Viewing changes to tests/auto/organizer/qmlorganizer/testcases/tst_organizermodelupdate.qml

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2014-05-15 09:27:46 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20140515092746-xfip01s9udpv1q06
Tags: 5.0~git20140515~29475884-0ubuntu1
* New upstream snapshot with several upstreamed fixes from renato
  - Remove also the following merged patches:
    Set-the-contact-detail-parent-to-avoid-memory-leak.patch
    Delete-declarative-contact-after-remove-it-from-the-.patch
  - A handful more of now failing upstream tests disabled

Show diffs side-by-side

added added

removed removed

Lines of Context:
277
277
    // initialize db with normal and recurring items, some are in mode time period some not
278
278
    // change time period and check correct items are in model
279
279
    function test_changeTimePeriod(data) {
 
280
        skip("TODO Currently fails");
280
281
        var j = 0;
281
282
        for (var i in data.managers) {
282
283
            console.log("Testing "+data.managers[i]+" backend")