Merge pull request #68 in CASA/casa6 from CAS-11859 to master
* commit 'be1f8a181e754ff8b2e0312d1524bbda629fbc54': (81 commits)
updated ms.statwt docs
fix broken casa 6 test
initialize _spectrum columns to values in non-_spectrum columns
check and exception thrown in case where selecton cannot be processed
a kludgy fix
added new statwt tests
updated casacore to match master branch
missed this file...
make casa5 and casa6 test_req_statwt files identicaly
make tests identical between casa5 and casa6
column bug fix redux
column sort order bug fix
bug fix for computation of WEIGHT in a certain case...
commenting out C++ test again until I can figure out what is going wrong on bamboo
try hardcoding bamboo path
adding C++ test back to see if it will now work in Bamboo now that casacore is correctly updated
remove debugging statements
back to stdout, Ville told me how to get logs, changed test order to more general test
cout -> cerr so things are actually logged in bamboo
more bamboo debuggin
...