Winx86/Product/ProjectWise/extras/atp/pwps_dab/pwpsdabatp.xml

<?xml version="1.0"?>
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
|
| $Source: PWPS_DAB/atp/pwpsdabatp.xml $
|
| $Copyright: (c) 2024 Bentley Systems, Incorporated. All rights reserved. $
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<!--+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
| Required environment variables to use this xml file:
|
| ATP_ODBC_NAME - ODBC datasource name
| ATP_ODBC_USER - user name for ODBC connection
| ATP_ODBC_PASS - user password for ODBC connection
| ATP_USER - user name for admin connection
| ATP_PASS - user password for admin connection
|
| ATP_SERVER_HOST - Hostname where ProjectWise Application Server is running
| ATP_STORAGE_PATH - Storage path
| ATP_ODBC_HOST - Hostname where ODBC datasource is
|
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-->
<TestPackage stopOnError="true" name="PWPS_DAB_ATP.dll Test"
             xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
             xmlns="ATP" xsi:schemaLocation="ATP atptools.xsd
                                             pw pwobjects.xsd">
    <Tests>
        <TestGroup name="PWPS_DAB_ATP test group" stopOnError="false">
            <Tests>
                <TestItem name="Execute NUnit for PWPS_DAB_ATP.dll" module="executor.dll" handler="Executor">
                    <TestData>
                        <Execute command="%ComSpec%" arguments="/c &quot;nunitNugetPack\NUnit.ConsoleRunner\tools\nunit3-console.exe pwps_dab/PWPS_DAB_ATP.dll --where cat==WithDIServer &quot;" />
                    </TestData>
                </TestItem>
            </Tests>
        </TestGroup>
    </Tests>
</TestPackage>