You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wicket.apache.org by Maxim Solodovnik <so...@gmail.com> on 2017/11/29 16:12:06 UTC

Re: wicket git commit: WICKET-6497 Fix for qunit tests

Thanks Andrea!

On Wed, Nov 29, 2017 at 10:54 PM, <ad...@apache.org> wrote:

> Repository: wicket
> Updated Branches:
>   refs/heads/master 297dcee7d -> ec5c1a4fa
>
>
> WICKET-6497 Fix for qunit tests
>
>
> Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
> Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec5c1a4f
> Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec5c1a4f
> Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec5c1a4f
>
> Branch: refs/heads/master
> Commit: ec5c1a4fa42a45316b7b5baf3c1f15442a9dffc8
> Parents: 297dcee
> Author: Andrea Del Bene <ad...@apache.org>
> Authored: Wed Nov 29 16:52:42 2017 +0100
> Committer: Andrea Del Bene <ad...@apache.org>
> Committed: Wed Nov 29 16:52:42 2017 +0100
>
> ----------------------------------------------------------------------
>  wicket-core/src/test/js/amd.html | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/wicket/blob/
> ec5c1a4f/wicket-core/src/test/js/amd.html
> ----------------------------------------------------------------------
> diff --git a/wicket-core/src/test/js/amd.html
> b/wicket-core/src/test/js/amd.html
> index c4e5c27..fd58819 100644
> --- a/wicket-core/src/test/js/amd.html
> +++ b/wicket-core/src/test/js/amd.html
> @@ -14,11 +14,8 @@
>                  "qunit": "qunit/qunit"
>              },
>              shim: {
> -                'wicket-event': {
> -                    deps: ['jquery']
> -                },
>                  'Wicket': {
> -                    deps: ['wicket-ajax'],
> +                       deps: ['jquery'],
>                      exports: 'Wicket'
>                  },
>                  'WicketDebugWindow': {
>
>


-- 
WBR
Maxim aka solomax

Re: wicket git commit: WICKET-6497 Fix for qunit tests

Posted by Andrea Del Bene <an...@gmail.com>.
you're welcome!

On Wed, Nov 29, 2017 at 5:12 PM, Maxim Solodovnik <so...@gmail.com>
wrote:

> Thanks Andrea!
>
> On Wed, Nov 29, 2017 at 10:54 PM, <ad...@apache.org> wrote:
>
> > Repository: wicket
> > Updated Branches:
> >   refs/heads/master 297dcee7d -> ec5c1a4fa
> >
> >
> > WICKET-6497 Fix for qunit tests
> >
> >
> > Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
> > Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/ec5c1a4f
> > Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/ec5c1a4f
> > Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/ec5c1a4f
> >
> > Branch: refs/heads/master
> > Commit: ec5c1a4fa42a45316b7b5baf3c1f15442a9dffc8
> > Parents: 297dcee
> > Author: Andrea Del Bene <ad...@apache.org>
> > Authored: Wed Nov 29 16:52:42 2017 +0100
> > Committer: Andrea Del Bene <ad...@apache.org>
> > Committed: Wed Nov 29 16:52:42 2017 +0100
> >
> > ----------------------------------------------------------------------
> >  wicket-core/src/test/js/amd.html | 5 +----
> >  1 file changed, 1 insertion(+), 4 deletions(-)
> > ----------------------------------------------------------------------
> >
> >
> > http://git-wip-us.apache.org/repos/asf/wicket/blob/
> > ec5c1a4f/wicket-core/src/test/js/amd.html
> > ----------------------------------------------------------------------
> > diff --git a/wicket-core/src/test/js/amd.html
> > b/wicket-core/src/test/js/amd.html
> > index c4e5c27..fd58819 100644
> > --- a/wicket-core/src/test/js/amd.html
> > +++ b/wicket-core/src/test/js/amd.html
> > @@ -14,11 +14,8 @@
> >                  "qunit": "qunit/qunit"
> >              },
> >              shim: {
> > -                'wicket-event': {
> > -                    deps: ['jquery']
> > -                },
> >                  'Wicket': {
> > -                    deps: ['wicket-ajax'],
> > +                       deps: ['jquery'],
> >                      exports: 'Wicket'
> >                  },
> >                  'WicketDebugWindow': {
> >
> >
>
>
> --
> WBR
> Maxim aka solomax
>