You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2014/11/09 16:42:34 UTC

[jira] [Commented] (COUCHDB-1566) JSpec test page broken

    [ https://issues.apache.org/jira/browse/COUCHDB-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14203964#comment-14203964 ] 

ASF subversion and git services commented on COUCHDB-1566:
----------------------------------------------------------

Commit 747ec0f8dcd685d6b4fa7ef1687b7f571a5a0284 in couchdb-jquery-couch's branch refs/heads/master from [~robertkowalski]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb-jquery-couch.git;h=747ec0f ]

Port old JS Spec tests to Mocha

Changes that happened to jquery.couch.js which were not
reflected by the current failing JSpec Testsuite and
required changes to the testuite:

 - jquery.couch returns the time for the request and not an
   object with an url property
 - jquery.couch does not show alerts any more
 - success callbacks don't return a status any more
 - db.copyDoc expects an docid as target in the first option object,
   not a third parameter with an `Destination` property

COUCHDB-1566


> JSpec test page broken
> ----------------------
>
>                 Key: COUCHDB-1566
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-1566
>             Project: CouchDB
>          Issue Type: Bug
>    Affects Versions: 1.2, 1.3
>            Reporter: Alexander Shorin
>            Assignee: Robert Kowalski
>            Priority: Trivial
>             Fix For: 1.3.1
>
>         Attachments: COUCHDB-1566-1-fix_test_runner.patch
>
>
> CSS file at share/www/scripts/jspec/jspec.css and used for JSpec test page points  to non existed images.
> Browse:
> http://localhost:5984/_utils/spec/run.html
> Firefox network log:
> NetworkError: 404 Object Not Found - http://localhost:5984/_utils/script/jspec/images/sprites.png
> NetworkError: 404 Object Not Found - http://localhost:5984/_utils/script/jspec/images/sprites.bg.png
> NetworkError: 404 Object Not Found - http://localhost:5984/_utils/script/jspec/images/bg.png
> NetworkError: 404 Object Not Found - http://localhost:5984/_utils/script/jspec/images/vr.png
> From COUCHDB-1567:
> Missed script reference doesn't allows to run tests due to error:
> > Error in hook 'before_each', suite 'CouchDB class session stuff': TypeError: CouchDB.prepareUserDoc is not a function 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)