Skip to content
This repository was archived by the owner on May 8, 2019. It is now read-only.

Commit 3069197

Browse files
committed
Update for 2.2.1
1 parent 4d0d11d commit 3069197

File tree

41 files changed

+123
-252
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+123
-252
lines changed

org.rssowl.build/build-files/svn/SVNCLIENTADAPTER-LICENSE

Lines changed: 0 additions & 185 deletions
This file was deleted.
-239 KB
Binary file not shown.
-204 KB
Binary file not shown.
-61.2 KB
Binary file not shown.
-87.3 KB
Binary file not shown.
-1.75 MB
Binary file not shown.

org.rssowl.core.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Tests Plug-in
44
Bundle-SymbolicName: org.rssowl.core.tests;singleton:=true
5-
Bundle-Version: 2.2.0.qualifier
5+
Bundle-Version: 2.2.1.qualifier
66
Bundle-Vendor: RSSOwl.org
77
Require-Bundle: org.eclipse.core.runtime,
88
org.rssowl.lib.jdom,

org.rssowl.core.tests/src/org/rssowl/core/tests/NetworkTests.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
import org.junit.runners.Suite;
2929
import org.junit.runners.Suite.SuiteClasses;
3030
import org.rssowl.core.tests.connection.ConnectionTests;
31-
import org.rssowl.core.tests.connection.SyncConnectionTests;
3231
import org.rssowl.core.tests.controller.ControllerTestNetwork;
3332

3433
/**
@@ -40,7 +39,6 @@
4039
@RunWith(Suite.class)
4140
@SuiteClasses({
4241
ConnectionTests.class,
43-
SyncConnectionTests.class,
4442
ControllerTestNetwork.class
4543
})
4644
public class NetworkTests {}

org.rssowl.core.tests/src/org/rssowl/core/tests/connection/ConnectionTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import org.eclipse.core.runtime.NullProgressMonitor;
3838
import org.eclipse.core.runtime.Platform;
3939
import org.junit.Before;
40+
import org.junit.Ignore;
4041
import org.junit.Test;
4142
import org.rssowl.core.Owl;
4243
import org.rssowl.core.connection.AuthenticationRequiredException;
@@ -667,6 +668,7 @@ public void testWebsite() throws Exception {
667668
* @throws Exception
668669
*/
669670
@Test
671+
@Ignore
670672
public void testGoogleReaderSync() throws Exception {
671673
String authToken = SyncUtils.getGoogleAuthToken("rssowl@mailinator.com", "rssowl.org", true, new NullProgressMonitor());
672674
assertNotNull(authToken);

org.rssowl.core.tests/src/org/rssowl/core/tests/ui/CleanUpTests.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828

2929
import org.eclipse.core.runtime.NullProgressMonitor;
3030
import org.junit.Before;
31+
import org.junit.Ignore;
3132
import org.junit.Test;
3233
import org.rssowl.core.Owl;
3334
import org.rssowl.core.internal.persist.service.PersistenceServiceImpl;
@@ -974,6 +975,7 @@ public void testCleanUpNewsByAgeAndCount() throws Exception {
974975
* @throws Exception
975976
*/
976977
@Test
978+
@Ignore
977979
public void testCleanUpBookmarksBySynchronization() throws Exception {
978980
IFolder rootFolder = fFactory.createFolder(null, null, "Root");
979981
DynamicDAO.save(rootFolder);

0 commit comments

Comments
 (0)