~rdoering/ubuntu/karmic/erlang/fix-535090

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2009-02-15 16:42:52 UTC
  • mfrom: (3.1.2 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090215164252-q5x4rcf8a5pbesb1
Tags: 1:12.b.5-dfsg-2
Upload to unstable after lenny is released.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="latin1" ?>
 
2
<!DOCTYPE chapter SYSTEM "chapter.dtd">
 
3
 
 
4
<chapter>
 
5
  <header>
 
6
    <copyright>
 
7
      <year>2004</year>
 
8
      <year>2008</year>
 
9
      <holder>Ericsson AB, All Rights Reserved</holder>
 
10
    </copyright>
 
11
    <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.
 
24
    </legalnotice>
 
25
 
 
26
    <title>Common Test Release Notes</title>
 
27
    <prepared>Peter Andersson</prepared>
 
28
    <responsible>Peter Andersson</responsible>
 
29
    <docno></docno>
 
30
    <approved></approved>
 
31
    <checked></checked>
 
32
    <date>2007-12-01</date> 
 
33
    <rev>A</rev>
 
34
    <file>notes.xml</file>
 
35
    </header>
 
36
 
 
37
<section><title>Common_Test 1.3.4</title>
 
38
 
 
39
    <section><title>Improvements and New Features</title>
 
40
      <list>
 
41
        <item>
 
42
          <p>
 
43
            Common Test now uses the re application instead of the
 
44
            previous rx driver to perform regular expression matching
 
45
            on telnet strings. Since re works on all supported
 
46
            operating systems, it is now possible to run telnet
 
47
            sessions also on platforms such as e.g. Windows (which
 
48
            was not the case with the previous rx driver). Note that
 
49
            the rx driver is obsolete from now on, and will be
 
50
            removed from Common Test after OTP R12B.</p>
 
51
          <p>
 
52
            Own Id: OTP-7528</p>
 
53
        </item>
 
54
      </list>
 
55
    </section>
 
56
 
 
57
</section>
 
58
 
 
59
<section><title>Common_Test 1.3.3</title>
 
60
 
 
61
    <section><title>Improvements and New Features</title>
 
62
      <list>
 
63
        <item>
 
64
          <p>
 
65
            Various updates and improvements, plus some minor bug
 
66
            fixes, have been implemented in Common Test and Test
 
67
            Server.</p>
 
68
          <p>
 
69
            Own Id: OTP-7112</p>
 
70
        </item>
 
71
        <item>
 
72
          <p>
 
73
            It is now possible, by means of the new function
 
74
            ct:abort_current_testcase/1 or
 
75
            test_server_ctrl:abort_current_testcase/1, to abort the
 
76
            currently executing test case.</p>
 
77
          <p>
 
78
            Own Id: OTP-7518 Aux Id: OTP-7112 </p>
 
79
        </item>
 
80
      </list>
 
81
    </section>
 
82
 
 
83
</section>
 
84
 
 
85
<section><title>Common_Test 1.3.2</title>
 
86
 
 
87
    <section><title>Improvements and New Features</title>
 
88
      <list>
 
89
        <item>
 
90
          <p>
 
91
            The configure test of the rx lib in Common Test was not
 
92
            performed during the general OTP application
 
93
            configuration phase. This made e.g. autoconf impossible.
 
94
            This has been changed to correspond with the normal OTP
 
95
            build procedure.</p>
 
96
          <p>
 
97
            Own Id: OTP-7379</p>
 
98
        </item>
 
99
      </list>
 
100
    </section>
 
101
 
 
102
</section>
 
103
 
 
104
<section><title>Common_Test 1.3.1</title>
 
105
 
 
106
    <section><title>Improvements and New Features</title>
 
107
      <list>
 
108
        <item>
 
109
          <p>
 
110
            The rx library, included with common_test, failed to
 
111
            build on on some architectures because the -fPIC compiler
 
112
            option was missing.</p>
 
113
          <p>
 
114
            Own Id: OTP-7111</p>
 
115
        </item>
 
116
      </list>
 
117
    </section>
 
118
 
 
119
</section>
 
120
 
 
121
  <section><title>common_test 1.3.0</title>
 
122
  </section>
 
123
</chapter>
 
124
 
 
125
 
 
126
 
 
127
 
 
128