Skip to content

Commit

Permalink
Drop support for DW 2012
Browse files Browse the repository at this point in the history
Those versions are so old I can't even run them properly
on my PHP test server
  • Loading branch information
gturri committed Oct 12, 2020
1 parent 9380d97 commit 41c2adc
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
=========================================================================

DokuJClient
Copyright 2012-2016 Guillaume Turri <[email protected]>
Copyright 2012-2020 Guillaume Turri <[email protected]>

#########################################################################
## DokuJClient DEPENDENCIES ##
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ Currently tested with:
* Ponder Stibbons (dokuwiki-2014-05-05)
* Binky (dokuwiki-2013-12-08)
* Weatherwax (dokuwiki-2013-05-10)
* Adora Belle (dokuwiki-2012-10-03)
* Angua (dokuwiki-2012-01-25b)

See the "Compatibility" section for more info

Expand Down
2 changes: 0 additions & 2 deletions src/test/java/dw/xmlrpc/itest/TestParams.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,6 @@ public TestParams(String name, String wikiVersion, Integer apiVersion, Integer r

public static Collection<Object[]> data() {
List<Object[]> result = new ArrayList<Object[]>();
//result.add(new Object[]{new TestParams("dokuwiki-2012-01-25b", "Release 2012-01-25b \"Angua\"", 6, 2)});
//result.add(new Object[]{new TestParams("dokuwiki-2012-10-13", "Release 2012-10-13 \"Adora Belle\"", 7, 2)});
//result.add(new Object[]{new TestParams("dokuwiki-2013-05-10", "Release 2013-05-10 \"Weatherwax\"", 8, 2)});
result.add(new Object[]{new TestParams("dokuwiki-2013-12-08", "Release 2013-12-08 \"Binky\"", 8, 2)});
//result.add(new Object[]{new TestParams("dokuwiki-2014-05-05", "Release 2014-05-05 \"Ponder Stibbons\"", 9, 2)});
Expand Down
2 changes: 1 addition & 1 deletion src/test/resources/installTestEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ serverFileSystemOwner=www-data
baseUrl=http://localhost
dirNamePrefix=dokuwikiITestsForXmlRpcClient_

dwVersions="dokuwiki-2013-05-10 dokuwiki-2012-10-13 dokuwiki-2012-01-25b dokuwiki-2013-12-08 dokuwiki-2014-05-05 dokuwiki-2014-09-29a dokuwiki-2015-08-10a dokuwiki-2016-06-26 dokuwiki-2017-02-19 dokuwiki-2018-04-22a dokuwiki-2020-07-29"
dwVersions="dokuwiki-2013-05-10 dokuwiki-2013-12-08 dokuwiki-2014-05-05 dokuwiki-2014-09-29a dokuwiki-2015-08-10a dokuwiki-2016-06-26 dokuwiki-2017-02-19 dokuwiki-2018-04-22a dokuwiki-2020-07-29"
installDir=tmpForInstallation
relativeTestFileDir=testEnvironment

Expand Down

0 comments on commit 41c2adc

Please sign in to comment.