From 7db9b6da2b44f333ba912224c2d1eddb0efb3a87 Mon Sep 17 00:00:00 2001
From: Andreas Fitzek <andreas.fitzek@iaik.tugraz.at>
Date: Wed, 17 Aug 2016 17:07:29 +0200
Subject: allow multiple test suites

---
 pdf-as-tests/build.gradle | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pdf-as-tests/build.gradle b/pdf-as-tests/build.gradle
index 9b14f7e2..b23b87d5 100644
--- a/pdf-as-tests/build.gradle
+++ b/pdf-as-tests/build.gradle
@@ -70,8 +70,7 @@ suiteDir.eachDir {	File subDir ->
     	if(dirname =="public_pdfbox1"){
 			classpath += sourceSets.pdfBox1.compileClasspath
 			compileTestJava.classpath += sourceSets.pdfBox1.compileClasspath
-		}
-		if(dirname =="public_pdfbox2"){
+		} else /* if(dirname =="public_pdfbox2")*/{
 			classpath += sourceSets.pdfBox2.compileClasspath
 			compileTestJava.classpath += sourceSets.pdfBox2.compileClasspath
 		}
-- 
cgit v1.2.3