<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
	<testsuite name="impv_test-20260407193944" tests="19" file=".py" time="7.733" timestamp="2026-04-07T19:39:51" failures="0" errors="0" skipped="0">
		<testcase classname="impv_test" name="test_CAS7765" time="0.141" timestamp="2026-04-07T19:39:44" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="511">
			<!--CAS-7765, successful completion is all that is necessary to indicate verification-->
		</testcase>
		<testcase classname="impv_test" name="test_CAS_2996" time="0.521" timestamp="2026-04-07T19:39:44" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="430">
			<!--ia.pv(): Test issues raised in CAS-2996-->
		</testcase>
		<testcase classname="impv_test" name="test_center" time="0.106" timestamp="2026-04-07T19:39:44" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="195">
			<!--
            test_center
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that the center parameter can be represented in multiple ways
            TODO come back to this for the alternate coord system selecions
        -->
		</testcase>
		<testcase classname="impv_test" name="test_createsImage" time="0.350" timestamp="2026-04-07T19:39:45" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="119">
			<!--
            test_createsImage
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that an output image name is generated if an outfile is given
        -->
		</testcase>
		<testcase classname="impv_test" name="test_history" time="0.080" timestamp="2026-04-07T19:39:45" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="534">
			<!--Verify history is written to created image-->
		</testcase>
		<testcase classname="impv_test" name="test_length" time="0.215" timestamp="2026-04-07T19:39:45" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="211">
			<!--
            test_length
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that the length parameter can be specified by numeric value or valid quantity
        -->
		</testcase>
		<testcase classname="impv_test" name="test_machine_precision_fix" time="0.406" timestamp="2026-04-07T19:39:45" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="475">
			<!--Test fix for finite machine precision issue, CAS-6043-->
		</testcase>
		<testcase classname="impv_test" name="test_mask" time="3.487" timestamp="2026-04-07T19:39:49" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="461">
			<!--Verify fix of mask defect in CAS-5520-->
		</testcase>
		<testcase classname="impv_test" name="test_modeStartEnd" time="0.005" timestamp="2026-04-07T19:39:49" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="149">
			<!-- Check that start and end is required -->
		</testcase>
		<testcase classname="impv_test" name="test_modeUnsupported" time="0.297" timestamp="2026-04-07T19:39:49" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="155">
			<!-- Check unsupported mode values -->
		</testcase>
		<testcase classname="impv_test" name="test_modelength" time="0.007" timestamp="2026-04-07T19:39:49" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="135">
			<!--
            test_modelength
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            If mode='coords' use start and end values, if 'length' use center, length, and pa
            The use of parameters for the other mode is not allowed
        -->
		</testcase>
		<testcase classname="impv_test" name="test_pa" time="0.521" timestamp="2026-04-07T19:39:50" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="484">
			<!--Test that when pa is given, the start of the slice is at pa and end is at pa-180deg-->
		</testcase>
		<testcase classname="impv_test" name="test_pv" time="0.530" timestamp="2026-04-07T19:39:50" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="281">
			<!-- ia.pv(): Test pv()-->
		</testcase>
		<testcase classname="impv_test" name="test_region" time="0.311" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="162">
			<!--
            test_region
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that the region parameter sets the spectral extent of the final image
            If this is left blank then the entire spectral range is used.
        -->
		</testcase>
		<testcase classname="impv_test" name="test_startEnd" time="0.141" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="175">
			<!--
            test_startEnd
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that the start and end parameters can be represented multiple ways
            TODO come back to this for the alternate coord systems selections
        -->
		</testcase>
		<testcase classname="impv_test" name="test_stretch" time="0.188" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="407">
			<!--ia.pv(): Test stretch parameter-->
		</testcase>
		<testcase classname="impv_test" name="test_tableRecord" time="0.112" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="268">
			<!--
            test_tableRecord
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;
            
            Check that the result is written to the output image as a table record, meaning it can be retrieved with the table tool.
        -->
		</testcase>
		<testcase classname="impv_test" name="test_unit" time="0.108" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="256">
			<!--
            test_unit
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;-
            
            Check that this parameter gives the unit for the offset axis in the resulting image
        -->
		</testcase>
		<testcase classname="impv_test" name="test_width" time="0.206" timestamp="2026-04-07T19:39:51" file="/home/casatest/casa6/casatasks/tests/casashell_tests/test_task_impv_casashell.py" line="241">
			<!--
            test_width
            &#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;&#45;
            
            Check that the width parameer works when provided with a valid string quantity or a quantity record
        -->
		</testcase>
	</testsuite>
</testsuites>
