~statik/ubuntu/maverick/erlang/erlang-merge-testing

« back to all changes in this revision

Viewing changes to lib/test_server/doc/src/notes.xml

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-05-01 10:14:38 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20090501101438-6qlr6rsdxgyzrg2z
Tags: 1:13.b-dfsg-2
* Cleaned up patches: removed unneeded patch which helped to support
  different SCTP library versions, made sure that changes for m68k
  architecture applied only when building on this architecture.
* Removed duplicated information from binary packages descriptions.
* Don't require libsctp-dev build-dependency on solaris-i386 architecture
  which allows to build Erlang on Nexenta (thanks to Tim Spriggs for
  the suggestion).

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
<chapter>
5
5
  <header>
6
6
    <copyright>
7
 
      <year>2004</year>
8
 
      <year>2008</year>
9
 
      <holder>Ericsson AB, All Rights Reserved</holder>
 
7
      <year>2004</year><year>2009</year>
 
8
      <holder>Ericsson AB. All Rights Reserved.</holder>
10
9
    </copyright>
11
10
    <legalnotice>
12
 
  The contents of this file are subject to the Erlang Public License,
13
 
  Version 1.1, (the "License"); you may not use this file except in
14
 
  compliance with the License. You should have received a copy of the
15
 
  Erlang Public License along with this software. If not, it can be
16
 
  retrieved online at http://www.erlang.org/.
17
 
 
18
 
  Software distributed under the License is distributed on an "AS IS"
19
 
  basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
20
 
  the License for the specific language governing rights and limitations
21
 
  under the License.
22
 
 
23
 
  The Initial Developer of the Original Code is Ericsson AB.
 
11
      The contents of this file are subject to the Erlang Public License,
 
12
      Version 1.1, (the "License"); you may not use this file except in
 
13
      compliance with the License. You should have received a copy of the
 
14
      Erlang Public License along with this software. If not, it can be
 
15
      retrieved online at http://www.erlang.org/.
 
16
    
 
17
      Software distributed under the License is distributed on an "AS IS"
 
18
      basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
 
19
      the License for the specific language governing rights and limitations
 
20
      under the License.
 
21
    
24
22
    </legalnotice>
25
23
 
26
24
    <title>APPLICATION Release Notes</title>
34
32
    <file>notes.xml</file>
35
33
  </header>
36
34
 
 
35
<section><title>Test_Server 3.3.1</title>
 
36
 
 
37
    <section><title>Improvements and New Features</title>
 
38
      <list>
 
39
        <item>
 
40
          <p>
 
41
            Minor updates and corrections.</p>
 
42
          <p>
 
43
            Own Id: OTP-7897</p>
 
44
        </item>
 
45
      </list>
 
46
    </section>
 
47
 
 
48
</section>
 
49
 
 
50
<section><title>Test_Server 3.3</title>
 
51
 
 
52
    <section><title>Improvements and New Features</title>
 
53
      <list>
 
54
        <item>
 
55
          <p>
 
56
            The conf case in Test Server has been extended with
 
57
            properties that make it possible to execute test cases in
 
58
            parallel, in sequence and in shuffled order. It is now
 
59
            also possible to repeat test cases according to different
 
60
            criterias. The properties can be combined, making it
 
61
            possible to e.g. repeat a conf case a certain number of
 
62
            times and execute the test cases in different (random)
 
63
            order every time. The properties are specified in a list
 
64
            in the conf case definition: {conf, Properties, InitCase,
 
65
            TestCases, EndCase}. The available properties are:
 
66
            parallel, sequence, shuffle, repeat, repeat_until_all_ok,
 
67
            repeat_until_any_ok, repeat_until_any_fail,
 
68
            repeat_until_all_fail.</p>
 
69
          <p>
 
70
            Own Id: OTP-7511 Aux Id: OTP-7839 </p>
 
71
        </item>
 
72
        <item>
 
73
            <p>The test server starts Cover on nodes of the same
 
74
            version as the test server itself only.</p>
 
75
          <p>
 
76
            Own Id: OTP-7699</p>
 
77
        </item>
 
78
        <item>
 
79
          <p>
 
80
            The Erlang mode for Emacs has been updated with new and
 
81
            modified skeletons for Common Test and TS. Syntax for
 
82
            test case groups in Common Test (and conf cases with
 
83
            properties in TS) has been added and a new minimal Common
 
84
            Test suite skeleton has been introduced.</p>
 
85
          <p>
 
86
            Own Id: OTP-7856</p>
 
87
        </item>
 
88
      </list>
 
89
    </section>
 
90
 
 
91
</section>
 
92
<section><title>Test_Server 3.2.4.1</title>
 
93
 
 
94
    <section><title>Fixed Bugs and Malfunctions</title>
 
95
      <list>
 
96
        <item>
 
97
          <p>
 
98
            The step functionality in Common Test (based on
 
99
            interaction with Debugger) was broken. This has been
 
100
            fixed, and some new step features have also been added.
 
101
            Please see the Common Test User's Guide for details.</p>
 
102
          <p>
 
103
            Own Id: OTP-7800 Aux Id: seq11106 </p>
 
104
        </item>
 
105
      </list>
 
106
    </section>
 
107
 
 
108
</section>
 
109
 
37
110
<section><title>Test_Server 3.2.4</title>
38
111
 
39
112
    <section><title>Improvements and New Features</title>