You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by Drew Walters <de...@gmail.com> on 2012/03/16 18:56:37 UTC

Re: git commit: updating tests following Drews changes...

Fil, thanks, forgot to push that change.

On Fri, Mar 16, 2012 at 12:28 PM,  <fi...@apache.org> wrote:
> Updated Branches:
>  refs/heads/master 6a5954db9 -> a450e8534
>
>
> updating tests following Drews changes...
>
>
> Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
> Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/a450e853
> Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/a450e853
> Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/a450e853
>
> Branch: refs/heads/master
> Commit: a450e85342c840e151e97a392118ee21b8fcbf2a
> Parents: 6a5954d
> Author: Fil Maj <ma...@gmail.com>
> Authored: Fri Mar 16 10:28:49 2012 -0700
> Committer: Fil Maj <ma...@gmail.com>
> Committed: Fri Mar 16 10:28:49 2012 -0700
>
> ----------------------------------------------------------------------
>  test/test.builder.js |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a450e853/test/test.builder.js
> ----------------------------------------------------------------------
> diff --git a/test/test.builder.js b/test/test.builder.js
> index 5a0dc99..96c78ec 100644
> --- a/test/test.builder.js
> +++ b/test/test.builder.js
> @@ -12,7 +12,7 @@ describe("builder", function () {
>             };
>
>
> -        builder.build(objects).intoAndClobberTheFOutOf(target);
> +        builder.build(objects).intoAndClobber(target);
>         expect(target.foo).toBeDefined();
>         expect(target.foo).toBe(require("cordova/plugin/compass"));
>     });
>

Re: git commit: updating tests following Drews changes...

Posted by Filip Maj <fi...@adobe.com>.
Np! I get antsy when my tests fail :r

On 3/16/12 10:56 AM, "Drew Walters" <de...@gmail.com> wrote:

>Fil, thanks, forgot to push that change.
>
>On Fri, Mar 16, 2012 at 12:28 PM,  <fi...@apache.org> wrote:
>> Updated Branches:
>>  refs/heads/master 6a5954db9 -> a450e8534
>>
>>
>> updating tests following Drews changes...
>>
>>
>> Project: 
>>http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/repo
>> Commit: 
>>http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/commit/a450e8
>>53
>> Tree: 
>>http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/tree/a450e853
>> Diff: 
>>http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/diff/a450e853
>>
>> Branch: refs/heads/master
>> Commit: a450e85342c840e151e97a392118ee21b8fcbf2a
>> Parents: 6a5954d
>> Author: Fil Maj <ma...@gmail.com>
>> Authored: Fri Mar 16 10:28:49 2012 -0700
>> Committer: Fil Maj <ma...@gmail.com>
>> Committed: Fri Mar 16 10:28:49 2012 -0700
>>
>> ----------------------------------------------------------------------
>>  test/test.builder.js |    2 +-
>>  1 files changed, 1 insertions(+), 1 deletions(-)
>> ----------------------------------------------------------------------
>>
>>
>> 
>>http://git-wip-us.apache.org/repos/asf/incubator-cordova-js/blob/a450e853
>>/test/test.builder.js
>> ----------------------------------------------------------------------
>> diff --git a/test/test.builder.js b/test/test.builder.js
>> index 5a0dc99..96c78ec 100644
>> --- a/test/test.builder.js
>> +++ b/test/test.builder.js
>> @@ -12,7 +12,7 @@ describe("builder", function () {
>>             };
>>
>>
>> -        builder.build(objects).intoAndClobberTheFOutOf(target);
>> +        builder.build(objects).intoAndClobber(target);
>>         expect(target.foo).toBeDefined();
>>         expect(target.foo).toBe(require("cordova/plugin/compass"));
>>     });
>>