Start work on regression tests

This commit is contained in:
Georgy Litvinov 2021-02-24 16:39:18 +01:00
parent 642500a4ba
commit 80441c4ad9
2 changed files with 27 additions and 1 deletions

View file

@ -16,6 +16,8 @@ configurations{
bundledLibs
}
dependencies{
testImplementation 'junit:junit:4.13'
bundledLibs 'org.libreoffice:jurt:5.3.2'
bundledLibs 'org.libreoffice:juh:5.3.2'
bundledLibs 'org.libreoffice:ridl:5.3.2'
@ -23,7 +25,7 @@ dependencies{
bundledLibs 'org.json:json:20190722'
bundledLibs group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
bundledLibs group: 'ch.qos.logback', name: 'logback-core', version: '1.2.3'
compile 'junit:junit:4.12'
compile 'junit:junit:4.13'
bundledLibs group: 'com.miglayout', name: 'miglayout-swing', version: '5.2'
bundledLibs group: 'org.apache.jena', name: 'jena-core', version: '3.15.0'
bundledLibs group: 'org.apache.jena', name: 'jena-arq', version: '3.15.0'
@ -200,6 +202,10 @@ task oxtNew(type: Zip){
include '*'
}
task regressionTests(type: Test){
}
task setVersion(){
ant.taskdef(name: 'xmltask', classpath: 'buildPlugins/xmltask.jar', classname: 'com.oopsconsultancy.xmltask.ant.XmlTask')
ant.xmltask(source: 'src/main/oxt2/description.xml', dest: 'src/main/tmp/description.xml', report:'true') {