~light.coders/snappysnoop/trunk

« back to all changes in this revision

Viewing changes to js/jsunit/build.xml

  • Committer: Evgeny Sergeev
  • Date: 2010-09-26 13:53:18 UTC
  • Revision ID: sal@sal-20100926135318-swaxom3nnu7ddg0x
Task1: в черновую реализована клиентская и серверная части.

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
    <property
73
73
            id="url"
74
74
            name="url"
75
 
            value='http://www.snappysnoop.com/js/jsunit/testRunner.html?testPage=http://www.snappysnoop.com/js/jsunit/tests/task1tests.html'
 
75
            value='http://www.snappysnoop.com/js/jsunit/testRunner.html?testPage=http://www.snappysnoop.com/js/jsunit/tests/TestSuite.html'
76
76
            description="url is the URL (HTTP or file protocol) to open in the browser. For a JsUnit Server, this is a mandatory property for a test run if the server is not passed the 'url' parameter. For example: 'http://myhost.mycompany.com:8080/jsunit/testRunner.html?testPage=http://myhost.mycompany.com:8080/jsunit/tests/jsUnitTestSuite.html'"
77
77
            />
78
78