Project

General

Profile

« Previous | Next » 

Revision 93b0eb6b

Added by Cherian Mathew almost 9 years ago

eu.etaxonomy.taxeditor.cdmlib/.classpath, eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF, eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF : moved test jars to test project
eu.etaxonomy.taxeditor.cdmlib/META-INF/MANIFEST.MF : added packages required by test project to exported package list
ContextManager.java : adding check to make sure the workbench is created before initialisation
eu.etaxonomy.taxeditor.test/.classpath : moved resource from src/main/resources to src/test/resourcesto be maven comliant
eu.etaxonomy.taxeditor.test/pom.xml : added tycho-surefire-plugin config to run tests
TaxonNameEditorTest : removed logger setting
BaseRemotingTest : removed unused call to disk cache
CdmPersistentRemoteSourceTest, AbstractLazyInitializerTest, RemoteLazyLoadingTest : changed assert calls to be compatible with junit 4.8.2
OperationTestBase, BaseRemotingTest : changed to abstract to not be included in test run
eu.etaxonomy.taxeditor/pom.xml : made the building of products as optional (separate profile)
pom.xml : added unitils version property
eu.etaxonomy.taxeditor.test/lib : added test dependency jars

View differences:

eu.etaxonomy.taxeditor.test/META-INF/MANIFEST.MF
6 6
Bundle-ActivationPolicy: lazy
7 7
Bundle-Vendor: EDIT
8 8
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
9
Require-Bundle: org.apache.log4j,
10
 org.eclipse.ui,
9
Require-Bundle: org.eclipse.ui,
11 10
 org.eclipse.core.runtime,
12
 org.eclipse.swtbot.eclipse.core,
13
 org.eclipse.swtbot.eclipse.finder,
14 11
 org.eclipse.ui.ide,
15
 eu.etaxonomy.taxeditor.bulkeditor,
12
 org.junit;bundle-version="4.8.2",
16 13
 eu.etaxonomy.taxeditor.cdmlib,
14
 eu.etaxonomy.taxeditor.bulkeditor,
17 15
 eu.etaxonomy.taxeditor.editor,
18 16
 eu.etaxonomy.taxeditor.help,
19 17
 eu.etaxonomy.taxeditor.navigation,
20 18
 eu.etaxonomy.taxeditor.printpublisher,
21
 eu.etaxonomy.taxeditor.store
19
 eu.etaxonomy.taxeditor.store,
20
 org.apache.log4j
22 21
Eclipse-RegisterBuddy: org.apache.log4j
23 22
Bundle-ClassPath: .,
24
 lib/byte-buddy-0.5.1.jar
25
Import-Package: org.apache.http.impl.client
23
 lib/byte-buddy-0.5.1.jar,
24
 lib/org.springframework.context-3.2.2.RELEASE.jar,
25
 lib/unitils-core-3.4.2.jar,
26
 lib/unitils-database-3.4.2.jar,
27
 lib/unitils-dbmaintainer-3.4.2.jar,
28
 lib/unitils-dbunit-3.4.2.jar,
29
 lib/unitils-spring-3.4.2.jar,
30
 lib/dbunit-2.4.9.jar

Also available in: Unified diff