mirror of
https://github.com/angryip/ipscan.git
synced 2025-10-26 11:18:17 +00:00
fix module name in Unit tests idea run configuration
This commit is contained in:
parent
a838e41878
commit
5a17df49ae
4
.idea/runConfigurations/Unit_tests.xml
generated
4
.idea/runConfigurations/Unit_tests.xml
generated
@ -1,12 +1,12 @@
|
||||
<component name="ProjectRunConfigurationManager">
|
||||
<configuration default="false" name="Unit tests" type="JUnit" factoryName="JUnit">
|
||||
<configuration default="false" name="Unit tests" type="JUnit" factoryName="JUnit" singleton="true">
|
||||
<extension name="coverage" enabled="true" merge="false" sample_coverage="true" runner="idea">
|
||||
<pattern>
|
||||
<option name="PATTERN" value="net.azib.ipscan.*" />
|
||||
<option name="ENABLED" value="true" />
|
||||
</pattern>
|
||||
</extension>
|
||||
<module name="Ipscan" />
|
||||
<module name="ipscan" />
|
||||
<option name="ALTERNATIVE_JRE_PATH_ENABLED" value="false" />
|
||||
<option name="ALTERNATIVE_JRE_PATH" value="" />
|
||||
<option name="PACKAGE_NAME" value="net.azib.ipscan" />
|
||||
|
||||
Loading…
Reference in New Issue
Block a user