Skip to content

Commit

Permalink
Merge pull request CesiumGS#1208 from AnalyticalGraphicsInc/fixtest
Browse files Browse the repository at this point in the history
Make "projectTo2D throws without attribute" throw for the right reason
  • Loading branch information
mramato committed Sep 30, 2013
2 parents 3506438 + db82099 commit 16f409f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Specs/Core/GeometryPipelineSpec.js
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,7 @@ defineSuite([
expect(function() {
GeometryPipeline.projectTo2D(new Geometry({
attributes : {
position : new GeometryAttribute({
normal : new GeometryAttribute({
componentDatatype : ComponentDatatype.DOUBLE,
componentsPerAttribute : 3,
values : [0.0, 0.0, 0.0]
Expand Down

0 comments on commit 16f409f

Please sign in to comment.