Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2017-07-15Change-Id: I83a6b60553a2b7dc5407279e9352ae59cd77a5e2slewis2-4/+4
2017-03-22Remove o.e.ecf.tests.filetransfer.httpclientMat Booth8-140/+0
Continuation of commit 5d32f6b, this change deletes the test bundle associated with the filetransfer provider that was deleted in that commit. These tests cannot be built and have a dep on the obsolete and unmaintained jakarta-commons-httpclient lib. Change-Id: Ic29f2383fbfd58bb55be8bbff3939a7abd046c48 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-12-04Added scp test caseslewis3-3/+129
Change-Id: I547e6fc1b431f400c4e44d80bf783e552ab8407c
2016-10-15Bug 455300 - Allow deploying to snapshot maven repositoryMat Booth2-2/+2
When deploying snapshots from continuous integration, a SNAPSHOT and qualifier timestamp is mandatory. Change-Id: I97bb62a8bd90c2285057f7d9e2b0d530c8723a11 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-09-26Bug 396457 - [Releng][Maven] Create a build based on tychoMat Booth19-16/+445
Add machinery to build the test feature and its constituent bundles. Tests are not enabled by default, but when executed all tests pass except those requiring the presence of a running host service, for example, in these test bundles: org.eclipse.ecf.tests.remoteservice.{generic,r-osgi} Some minor tweaks were made to make configuring Tycho simpler like making an abstract test actually abstract, removing a completely empty test class that did nothing and making sure valid test class names end with "Test" so they are detected by Tycho. Change-Id: Ic89a248668e4f08ee347fe3c0bcfd11e4cc23f4d Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-10Bug 495920 - Tycho does not support "additional.bundles" in build.propertiesMat Booth2-1/+2
Since "additional.bundles" is ignored by Tycho, we should additionally specify the "jars.extra.classpath" property in the build.properties, which serves the same purpose to add additional bundles to the build time classpath, just without the dependency analysis that PDE offers. Change-Id: I2427886e9fd8ba2b931a453404bc4dec0889218e Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-06-10Fix for build problemslewis1-1/+3
Change-Id: I7e99495db2cf264ba1d1442291b59c34a801a8c5
2016-04-12Merge "Bug 491520 - build.properties references files that do not exist"Scott Lewis1-2/+1
2016-04-12Bug 491520 - build.properties references files that do not existMat Booth1-2/+1
Change-Id: Id908364291a50993c457b914c304f745d827bbb3 Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-04-12Bug 491516 - "jre.compilation.profile" is lower than BREE in some projectsMat Booth1-2/+0
This change also fixes a compilation error in the example bundle "ecf.examples.rs.hello.host" due to the generified BundleContext API This was discovered when attempting to build it with a BREE of J2SE-1.5 Change-Id: Ief2740612449d2a1a5c58d6284d8b87c89262f8a Signed-off-by: Mat Booth <mat.booth@redhat.com>
2016-01-13Changed composite discovery container tests to bogus (do nothing) tests.R-Release_HEAD-sdk_feature-185_185slewis4-417/+15
Change-Id: Ib093afd8863fe998bdcef2b6f6c7893b40fb3161
2016-01-13Added tests back in to allow test framework to startslewis4-2/+417
Change-Id: I11b5af3f81ffa51fe85536c36bf59e076565d8ac
2016-01-12Added empty file in org.eclipse.ecf.tests.provider.discovery/src to getslewis1-0/+2
directory in place. Change-Id: I1dace826a58dc1badbae99613946bfc4b5e72103
2016-01-12Removed CompositeDiscoveryContainer tests from AllTests suite inslewis13-449/+449
org.eclipse.ecf.tests.provider.discovery Change-Id: I0000000000000000000000000000000000000000
2016-01-12Removed CompositeDiscoveryContainer tests from AllTests suite inslewis1-5/+5
org.eclipse.ecf.tests.provider.discovery Change-Id: I5b6ca40e7699ffb05899d94f9554b3e5db3bfec1
2015-08-06Removed SSLContainerAbstractTestCast until build is modified to supportR-Release_HEAD-sdk_feature-153_153slewis1-0/+10
use of appropriate/necessary keystore. Change-Id: I4541e6bdee982af0aad178f4520862bd4bc2b0e7
2015-07-25Revoked committ: Removed unused method from tests. Seems it is used.slewis1-0/+8
Change-Id: I0000000000000000000000000000000000000000
2015-07-25Removed unused method from tests.slewis1-8/+0
Change-Id: I5f2f31d984de58d50e057209cf222aec012d99da
2015-07-25Change to https urls in filetransfer tests...to useslewis3-5/+3
https://www.eclipse.org rather than https://www.verisign.com Change-Id: I3c71f87c5f4033d2a509e8840a33ccdab5e967a7
2015-07-18Changed file for xmpp filetransfer testslewis1-134794/+1
Change-Id: I20423cc9ef73e4b169d477d30b69f0671974f685
2015-07-18Fix for xmpp filetransfer testslewis1-1/+1
Change-Id: Ib6af2b3396f5ffd8b9fb85c2cc762a252112fdb4
2015-07-18Fixes for XMPPOutgoingTestslewis5-19/+136265
Change-Id: I62e971068b84158ac951876c0ea77f2fe144dcf0
2015-07-16Clean upslewis4-286/+93
Change-Id: Icc0e5f09d316d387a81b3e6400de3064e46b8099
2015-07-16Simplified scp testsslewis2-9/+20
Change-Id: Ie39228c3a5cf2156f982e38e09fa01043b657730
2015-07-15Partial fix for enhancementslewis4-2/+220
https://bugs.eclipse.org/bugs/show_bug.cgi?id=472772 Change-Id: Ic4bc4c51474efa51d0fc11b8d4d7b881ee66482d
2015-04-27Added test server.ks (keystore) for testing SSL.slewis3-0/+13
Change-Id: I3916cdecd9e2609ae79b8acf027a568be7d6bfeb
2015-04-27Merge for bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=464817 andslewis6-12/+146
https://bugs.eclipse.org/bugs/show_bug.cgi?id=464819 Change-Id: I34d37260bd91714669bda85c5b3cd844b4fc0abd
2015-04-09Update to use latest EndpointDescriptionWriter APIslewis1-8/+11
Change-Id: Ife2d8b24474e49a950bcc64f4bf3bd5314b3b4d0
2015-03-30Fix for rosgi ws/wss test code.slewis2-11/+4
Change-Id: I3925172406695e264aeb1b7fdf0b7d7ffc0ec308
2015-02-13Adding slewis launch configsslewis.rosgi.wsslewis2-2/+2
Change-Id: I704b17b49e1994f372bb8188d042c8cb662c985f
2015-02-12addition of rosgi.ws and rosgi.wss provider test casesslewis24-0/+843
Change-Id: Iee19a952e4fdef449d5ea27087f4dd5e0d3fcd88
2014-12-18test commitR-Release_HEAD-sdk_feature-145_2014-12-21_22-31-03slewis1-0/+1
Change-Id: I5d801a9d6abc7a41ed67f20aa0da534eadfb0961
2014-10-27Rename of ScpFileBrowseTest test class to SCPFileBrowseTest forR-Release_HEAD-sdk_feature-143_2014-11-15_00-23-09slewis1-1/+1
consisistency with other tests Change-Id: I2b46f8970ec1e3532b387531487ea3a4c394f073
2014-10-15Robustness improvement for scp file browser implementation. Alsoslewis4-97/+81
simplified test cases for scp retrieve, send, and browse. Change-Id: I8a307f852c0c010f633e68acd207880b8461d079
2014-10-14Fixed filetransfer tests by removing new ScpBrowseTest (accidently addedslewis3-24/+20
in previous commit) and moving to org.eclipse.ecf.tests.provider.filetransfer.scp Change-Id: Idc0cba18987f4eab4452d4133396093e44ee64f9
2014-10-14Changes associated with bugslewis1-0/+110
https://bugs.eclipse.org/bugs/show_bug.cgi?id=445729 As per comment https://bugs.eclipse.org/bugs/show_bug.cgi?id=445729#c3 these changes were originally submitted by J Langley via gerrit https://git.eclipse.org/r/#/c/34754/ Small changes needed to be made to the original submission, and he and I apparently did not do the right thing to make those changes via gerrit. So I applied these changes to master directly. Change-Id: I286fe2325ee9fd724067b4281882eb39fffdd440
2014-07-03Revert to previous revision to attempt to fix build/test problem.slewis1-2/+2
Change-Id: I3f285317c412d9f7d16a9f2e3d357fc8ece53b9a
2014-06-04Adjustment to timing of endpoint description service properties update.slewis1-1/+3
Change-Id: I55ddc6b02ccbaa8404b269f2353c289e4bde6f39
2014-06-03Merge remote-tracking branch 'origin/master' into rfc1.1slewis1-1/+1
Change-Id: Iff9fac1c79804bedbc2bfb02e25d4ad68ca296f4
2014-06-03Fix for update ExportRegistration properties testslewis1-1/+5
Change-Id: I17e1bb26f12a56ad84ac394ea3f2e2ce2c64a9c3
2014-05-27Demo push from new committer, small change my old test classR-Release_HEAD-sdk_feature-140_2014-05-28_16-20-10R-Release_HEAD-sdk_feature-139_2014-05-28_01-42-45Pavel Samolisov1-1/+1
2014-05-26Merge remote-tracking branch 'origin/master' into rfc1.1slewis2-16/+15
Change-Id: Ibebbb74f8676b4eebd68fc5bf1f142e9f3c271b9
2014-05-22Fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=435159slewis2-16/+15
Change-Id: I53dfb85848b2831161e539d40361dcf061b37b68
2014-05-15Merge remote-tracking branch 'origin/master' into rfc1.1slewis10-0/+824
Change-Id: Iaa286e3ef808b187dd3d91de04f0f530fecb788a
2014-05-13Added SSL tests and server keystore.slewis10-0/+824
Change-Id: Ie62a01b36a1ad49c9d0e5922c8c07a0f185bcf9b
2014-05-10Merge branch 'master' into rfc1.1slewis2-4/+5
Change-Id: Idc6f7ee8edd0728248fb8b24d600d42e09fa4571
2014-04-30Merge remote-tracking branch 'origin/master' into rfc1.1slewis1-1/+1
Conflicts: osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointDescription$1.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointDescription$UnmodifiableDictionary.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointDescription.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointListener.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointPermission.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/EndpointPermissionCollection.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/ExportReference.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/ExportRegistration.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/ImportReference.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/ImportRegistration.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/RemoteServiceAdmin.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/RemoteServiceAdminEvent.class osgi/bundles/org.eclipse.osgi.services.remoteserviceadmin/org/osgi/service/remoteserviceadmin/RemoteServiceAdminListener.class Change-Id: Id7826f6ef093506da29859dd61138637d5efdf9e
2014-04-20Merge remote-tracking branch 'origin/master' into rfc1.1slewis6-9/+15
Conflicts: osgi/bundles/org.eclipse.ecf.osgi.services.remoteserviceadmin/src/org/eclipse/ecf/osgi/services/remoteserviceadmin/RemoteServiceAdmin.java Change-Id: I1f6556e1321451ebffd475c7b71a50192d4fc6b5
2014-04-02Changes to org.eclipse.ecf.remoteservice.AbstractRemoteService to useslewis6-10/+16
AbstractAsyncProxyRemoteService as superclass...and associated changed (to import org.eclipse.ecf.remoteservice.asyncproxy package). Also added org.eclipse.ecf.remoteservice.asyncproxy bundle to org.eclipse.ecf.remoteservice.feature. Change-Id: Ib91036a8ea255716c7225a48d91d69a6774778ad
2014-03-31Merge remote-tracking branch 'origin/master' into rfc1.1slewis3-1/+121
Conflicts: examples/bundles/com.mycorp.examples.timeservice.consumer.filediscovery/launch/TimeServiceConsumer.launch Change-Id: Ib83f0393403af7d629aa6cbffe731b5b251eaf3b

Back to the top