1
edit
Changes
→Environment/Connection Files
==== Environment/Connection Files ====
These files are located in the ''test'' source folder in the package <code>nexj</code>
##In the <code>DataSourceConnections</code> elemement
##Change all occurrences of <code>adapter="MySQL"</code> to <code>adapter="DbName"</code>
##Change all occurrences of <code>port="3306"</code> to the port on which the new DbName is configured to accept connections
::::For the PostgreSQL Adapter, the following configuration is used
<source lang="xml">
<DataSourceConnections>
</DataSourceConnections>
</source>
##Create the file '''[DbName].connections''' in the <code>nexj<code> package in the ''test'' source folder
##Copy and paste the contents of '''mysql.connections''' into the new connections file
##Change all occurrences of <code>adapter="MySQL"</code> to <code>adapter="DbName"</code>
##Change all occurrences of <code>port="3306"</code> to the port on which the new DbName is configured to accept connections
<source lang="xml">
<DataSourceConnections>
</DataSourceConnections>
</source>
==== SQL Scripts ====
==== Unit Test Files ====