]> git.gag.com Git - debian/openrocket/commit
My assessment of why IntegrationTest was failing was incorrect. After perusing the...
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 23 May 2012 14:23:01 +0000 (14:23 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Wed, 23 May 2012 14:23:01 +0000 (14:23 +0000)
commit529f2acb0ead1ff063cb07346cdb2c2313da5a50
tree9ca3b27a0a49aa84b59f2c032bdbdea35448871c
parentc27bc999fdbefd37667f04ddecee6ce573a4aa52
My assessment of why IntegrationTest was failing was incorrect.  After perusing the history I found that in repository revision 599, I introduced changes to the computation of Transition volume which accounted for the volume of the shoulders as well as the body of the transition.  This change broke the computation of CG.  This commit reverts IntegrationTest and adds some cg tests to SymmetricComponentVolumeTest which contains the values produced by the old code.  A future commit will correct SymmetricComponent.getCG and all these tests will work again.

git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@713 180e2498-e6e9-4542-8430-84ac67f01cd8
core/test/net/sf/openrocket/IntegrationTest.java
core/test/net/sf/openrocket/rocketcomponent/SymmetricComponentVolumeTest.java