Skip to content

Commit

Permalink
Merge pull request #6227 from AnalyticalGraphicsInc/test-fix-2
Browse files Browse the repository at this point in the history
Attempt to fix spec failure
  • Loading branch information
Hannah authored Feb 21, 2018
2 parents 15008c4 + 170f3a6 commit 3736538
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Specs/Scene/Cesium3DTilesetSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,12 @@ defineSuite([
scene.camera.moveDown(200.0);
}

function viewBottomRight() {
viewAllTiles();
scene.camera.moveRight(200.0);
scene.camera.moveDown(200.0);
}

function viewInstances() {
setZoom(30.0);
}
Expand Down Expand Up @@ -2654,7 +2660,7 @@ defineSuite([
});

it('immediatelyLoadDesiredLevelOfDetail', function() {
viewBottomLeft();
viewBottomRight();
var tileset = scene.primitives.add(new Cesium3DTileset({
url : tilesetOfTilesetsUrl,
immediatelyLoadDesiredLevelOfDetail : true
Expand Down

0 comments on commit 3736538

Please sign in to comment.