Skip to content

Commit

Permalink
Item14203: Merge branch 'Item13897' into Item14203
Browse files Browse the repository at this point in the history
* Item13897: (23 commits)
  Item13897: Finished CommentPlugin test suite.
  Item13897: Added 'headers' key to the documentation.
  Item13897: AccessControlException now sets text attribute.
  Item13897: Minor doc tweaks
  Item13897: Made all attribute initializers public methods.
  Item13897: More documentation.
  Item13897: Fixed doc handler not reading source as UTF8 encoded.
  Item13897: Fixed a bug in Foswiki::Net.
  Item13897: Fix merge error
  Item14204: Failed to return parse errors
  Item14204: Port JsonRpcContrib tests to 2.1
  Item13883: Update dependencies
  Item13897: Enable more JSON tests.
  Item13897: Added some to the doc.
  Item13897: Made JsonrpcTests working.
  Item13897: Validate the defaultweb parameter.
  Item13897: Fix more JSON Rpc tests and issues:
  Item13897: Don't output extra stack trace in DEBUG mode.
  Item13897: Mistypes fixed.
  Item13897: A little bit of formatting when exception is being stringified with "" operator.
  ...
  • Loading branch information
vrurg committed Nov 8, 2016
2 parents 3c236e0 + 8daa172 commit 6bab37a
Show file tree
Hide file tree
Showing 27 changed files with 1,355 additions and 637 deletions.
Expand Up @@ -2,7 +2,7 @@
package CommentPluginSuite;
use v5.14;

use Moo;
use Foswiki::Class;
extends qw(Unit::TestSuite);

sub include_tests { return 'CommentPluginTests' }
Expand Down

0 comments on commit 6bab37a

Please sign in to comment.