Skip to content

Commit 0a587c7

Browse files
committed
Fixing Unit test again
1 parent 9bcb857 commit 0a587c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

unittest/EmptyGeometryUnitTest.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ void GdtfEmptyModelTest::ReadFile(VectorworksMVR::IGdtfFixturePtr& fixture)
201201

202202
checkifEqual("Check Texture", geometry4->GetTexture(), "Texture.png");
203203

204+
checkifEqual("Check Aspect Ratio", geometry4->GetAspectRatio(), "16:9");
205+
204206
// Magnet
205207
IGdtfGeometryPtr geoMagnet;
206208
__checkVCOM(geometry1->GetInternalGeometryAt(3, &geoMagnet));

0 commit comments

Comments
 (0)