]> git.mxchange.org Git - simgear.git/commit
Add unit-testing for SGBucket
authorJames Turner <zakalawe@mac.com>
Tue, 11 Feb 2014 21:49:45 +0000 (21:49 +0000)
committerJames Turner <zakalawe@mac.com>
Tue, 11 Feb 2014 21:49:45 +0000 (21:49 +0000)
commit79c56c924f642c181acae72187cbd62d21d7b27d
tree47dc362ad7f69388acc60dee9c2e1fa3ea07e7bd
parenteef73953cba8782da01503c6bb6d86e2d41d1851
Add unit-testing for SGBucket

- as part of looking at polar behaviour, start testing the
bucket code since the code has subtleties which it would be unwise
to change.

- remove a legacy setter on SGBucket (taking two doubles as a C-array)
simgear/bucket/CMakeLists.txt
simgear/bucket/newbucket.cxx
simgear/bucket/newbucket.hxx
simgear/bucket/test_bucket.cxx [new file with mode: 0644]