Skip to content
Snippets Groups Projects
  1. Mar 09, 2017
    • gmantele's avatar
      [TAP] Fix and add JUnit tests. Now, they should work on any machine. · 0422fb7d
      gmantele authored
      Two embedded DBMS are used: H2 and a little SQLite. JDBC drivers are provided
      in the `lib` directory. The databases are created and deleted automatically
      by the JUnit tests (see `test/tap/db_testtools/DBTools for more details`).
      
      The ANT and Gradle build scripts have been updated to reflect all these test
      modifications.
      0422fb7d
  2. May 26, 2016
    • gmantele's avatar
      [ALL] Fix the JUnit validation using the ANT scripts. · 88e99ad2
      gmantele authored
      Before, the scripts relied unfortunately on the compilation performed by
      Eclipse. Now, all the JUnit test cases are compiled all the time before
      performing the JUnit validation (i.e. ANT task named `junitValidation`).
      88e99ad2
  3. Apr 14, 2016
  4. Nov 12, 2015
  5. Jul 08, 2015
  6. Jun 08, 2015
  7. May 04, 2015
  8. Mar 10, 2015
  9. Feb 20, 2015
  10. Jan 23, 2015
  11. Sep 17, 2014
    • gmantele's avatar
      [UWS,TAP] Fix bug about UPLOAD: file upload (multipart/form-data) with a POST... · 56d47484
      gmantele authored
      [UWS,TAP] Fix bug about UPLOAD: file upload (multipart/form-data) with a POST to the SetJobParam action was not possible & bug in the COS library about line termintation (it should be CRLF but some clients end lines with LF and that should have been managed by the COS lib but wasn't ; correction applied by myself but feedback from the lib developer is waited).
      56d47484
  12. Jul 10, 2014
  13. Apr 11, 2014
  14. Apr 10, 2014
  15. Apr 03, 2014
Loading