Compare commits

...

3 Commits

Author SHA1 Message Date
cruales e896bcc8d3 ultimos cambios 2022-08-28 21:00:43 -05:00
cruales 4e07a79e75 Merge branch 'master' of http://157.245.125.231/QSoftTechnologies/werp-services into multipartPagos 2021-10-14 16:44:30 -05:00
cruales cd6123c42e nada que ver 2021-10-14 16:43:36 -05:00
6 changed files with 7 additions and 6 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
/target/
target/

View File

@ -34,6 +34,7 @@ public class ApplicationConfig extends Application {
resources.add(com.qsoft.wmp.services.rest.ConsultaResource.class);
resources.add(com.qsoft.wmp.services.rest.FarmaenlaceResource.class);
resources.add(com.qsoft.wmp.services.rest.MultipartResource.class);
}

View File

@ -57,9 +57,9 @@ function toggleAllBoxes() {
<tr>
<td>Tests passed/Failed/Skipped:</td><td>0/0/0</td>
</tr><tr>
<td>Started on:</td><td>Tue Jun 29 20:55:56 ECT 2021</td>
<td>Started on:</td><td>Mon Jun 06 17:27:02 ECT 2022</td>
</tr>
<tr><td>Total time:</td><td>0 seconds (6 ms)</td>
<tr><td>Total time:</td><td>0 seconds (4 ms)</td>
</tr><tr>
<td>Included groups:</td><td></td>
</tr><tr>

View File

@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated by org.testng.reporters.JUnitXMLReporter -->
<testsuite ignored="0" hostname="james-laptop001" failures="0" tests="0" time="0.006" errors="0" timestamp="30 jun. 2021 01:55:56 GMT">
<testsuite ignored="0" hostname="christian-X556UQK" failures="0" tests="0" time="0.004" errors="0" timestamp="06 jun. 2022 22:27:03 GMT">
</testsuite>

View File

@ -2,10 +2,10 @@
<testng-results ignored="0" total="0" passed="0" failed="0" skipped="0">
<reporter-output>
</reporter-output>
<suite started-at="2021-06-30T01:55:56Z" name="com.qsoft.test.Tester" finished-at="2021-06-30T01:55:56Z" duration-ms="6">
<suite started-at="2022-06-06T22:27:02Z" name="com.qsoft.test.Tester" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
<groups>
</groups>
<test started-at="2021-06-30T01:55:56Z" name="Command line test" finished-at="2021-06-30T01:55:56Z" duration-ms="6">
<test started-at="2022-06-06T22:27:02Z" name="Command line test" finished-at="2022-06-06T22:27:02Z" duration-ms="4">
</test> <!-- Command line test -->
</suite> <!-- com.qsoft.test.Tester -->
</testng-results>