Skip to content

Commit d4805c8

Browse files
The AppDate file tests failed.
1 parent 9b87033 commit d4805c8

File tree

3 files changed

+24
-16
lines changed

3 files changed

+24
-16
lines changed

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,14 +69,14 @@
6969
<li>A context menu with "max number of digits" choices</li>
7070
<li>A speedup by preventing recursive calls to resize functions</li>
7171
<li>Corrected parametric plots in the plot wizard</li>
72-
<li>A command-line switch that copies all log messages to stderr.</li>
73-
<li>Batch mode no more adds documents to "recent documents".</li>
74-
<li>For purists: A "don't offer known answers" config option.</li>
75-
<li>Now some toolbar items can be disabled.</li>
76-
<li>Added more toolbar buttons that evaluate cells.</li>
72+
<li>A command-line switch that copies all log messages to stderr</li>
73+
<li>Batch mode no more adds documents to "recent documents"</li>
74+
<li>For purists: A "don't offer known answers" config option</li>
75+
<li>Now some toolbar items can be disabled</li>
76+
<li>Added more toolbar buttons that evaluate cells</li>
7777
<li>Many bug fixes</li>
7878
</ul>
79-
</description>
79+
</description>
8080
</release>
8181
<release version="19.10.0" date="2019-10-04">
8282
<description>

test/automatic_test_files/autosave.cfg

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AutoSaveAsTempFile=1
2-
tipNum=2
2+
tipNum=4
33
defaultExt=wxm
44
lastPath=/home/gunter/src/wxmaxima/test/automatic_test_files
55
[AUI]
@@ -13,9 +13,13 @@ perspective=layout2|name=console;caption=;state=508;dir=5;layer=0;row=2;pos=0;pr
1313
[Persistent_Options/Window/home/gunter/src/wxmaxima/test]
1414
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files]
1515
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files/testbench_automatic_unicode.wxm]
16-
x=0
17-
y=0
18-
w=960
19-
h=768
16+
x=292
17+
y=265
18+
w=1152
19+
h=805
2020
Maximized=0
2121
Iconized=0
22+
decor_l=0
23+
decor_r=0
24+
decor_t=37
25+
decor_b=0

test/automatic_test_files/noautosave.cfg

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AutoSaveAsTempFile=0
2-
tipNum=2
2+
tipNum=4
33
defaultExt=wxm
44
lastPath=/home/gunter/src/wxmaxima/test/automatic_test_files
55
[AUI]
@@ -13,9 +13,13 @@ perspective=layout2|name=console;caption=;state=508;dir=5;layer=0;row=2;pos=0;pr
1313
[Persistent_Options/Window/home/gunter/src/wxmaxima/test]
1414
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files]
1515
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files/testbench_automatic_unicode.wxm]
16-
x=0
17-
y=0
18-
w=960
19-
h=768
16+
x=292
17+
y=265
18+
w=1152
19+
h=805
2020
Maximized=0
2121
Iconized=0
22+
decor_l=0
23+
decor_r=0
24+
decor_t=37
25+
decor_b=0

0 commit comments

Comments
 (0)