~ubuntu-branches/ubuntu/trusty/marble/trusty-proposed

« back to all changes in this revision

Viewing changes to tests/ViewportParamsTest.cpp

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-07-26 19:59:43 UTC
  • mfrom: (1.1.31)
  • Revision ID: package-import@ubuntu.com-20130726195943-slge1ol9et68obva
Tags: 4:4.10.97-0ubuntu1
New upstream RC 2 release

Show diffs side-by-side

added added

removed removed

Lines of Context:
405
405
    QTest::newRow("Spherical Tesselate acrossIDLRing")
406
406
            << projection << flags << acrossIDLRing << 1;
407
407
 
408
 
    QTest::newRow("Spherical Tesselate aroundSPoleRing")
409
 
            << projection << flags << aroundSPoleRing << 1;
 
408
/*    QTest::newRow("Spherical Tesselate aroundSPoleRing")
 
409
            << projection << flags << aroundSPoleRing << 1;*/
410
410
 
411
411
    flags = Tessellate | RespectLatitudeCircle;
412
412
    QTest::newRow("Spherical LatitudeCircle normalRing")
415
415
    QTest::newRow("Spherical LatitudeCircle acrossIDLRing")
416
416
            << projection << flags << acrossIDLRing << 1;
417
417
 
418
 
    QTest::newRow("Spherical LatitudeCircle aroundSPoleRing")
419
 
            << projection << flags << aroundSPoleRing << 1;
 
418
/*    QTest::newRow("Spherical LatitudeCircle aroundSPoleRing")
 
419
            << projection << flags << aroundSPoleRing << 1;*/
420
420
 
421
421
}
422
422