Merge pull request #109 in CASA/casa6 from CAS-4969 to master
* commit '02a63c698be623fdfcb9b39837ec581a8596c4b0': CAS-4969: casa5/gcwrap test_importasdm.py should be identical to casa6 version. Fixed. CAS-4969: fixed error in test7_lazy1 test CAS-4969: inadvertantly removed one extra empty line from SubMS.cc in previous commit CAS-4969: move to using SUB_TYPE instead of SDM_CORRELATOR_NAME
Changed the code used by ms.split (used by uvcontsub) to do the same thing that MSTransformDataHandler does for this new column. Added a test that uses ms.split to test_importasdm.py
test_split.py should be the same in casa5
more complete cleanup after test_updateFlagcmd1 so it doesn't interfer with other tests
Added test_optionalColumnsCopied to test_split.py to check that the SDM_* columns in PROCESSOR and SPECTRAL_WINDOW are copied by split
copy optional PROCESSOR columns in MSTransformDataHandler to make sure SDM_CORRELATOR_NAME is copied CAS-4969 : add tests, tweak sdm_cmpt.cc as a result of testing, make CASA 5 version (asdm2MS and tests) functionally equivalent to CASA 6 tool and tests CAS-4969: CASA 6 sdm tool changes to add SDM_CORRELATOR_MODE to PROCESSOR table
Merge pull request #113 in CASA/casa6 from CAS-3669 to master
* commit '70bb73016ad7811796e404506a60619318cb36d2':
Skip Tests Failing Due to Missing Module Import
Fix run condition checks for test_req_task_simanalyze (CAS-3669)
Update both versions of test_req_task_simanalyze.py (CAS-3669)
Switch casatasks imports to 'from' statements (CAS-3669)
Update CASA6 check for consistency with other tests (CAS-3669)
Infrastructure changes for test_req_task_simanalyze
Add test requirement docstrings back into test_req_task_simanalyze (CAS-3669)
Update test_req_task_simanalyze from code review (CAS-3669)
Finish main usage mode tests for test_req_task_simanalyze, add unittest skip to catch known failure modes; for CAS-3669
Add tests for test_req_task_simanalyze up to test_imaging_True_interferometric_and_total_power_analysis_False for CAS-3669
Keep adding tests to test_req_task_simanalyze (in both CASA5 and 6 source trees) for CAS-3669
Start populating test calls to simanalyze for CAS-3669
Fill out setup and teardown methods of test_req_task_simanalyze for CAS-3669
Set data paths for input simulation for CAS-3669
Add template functional requirements test for simanalyze to both source trees