Skip to content

Commit

Permalink
Ran the test suite.
Browse files Browse the repository at this point in the history
  • Loading branch information
gunterkoenigsmann committed Mar 15, 2020
1 parent 5b11f84 commit 8a6ae3c
Show file tree
Hide file tree
Showing 38 changed files with 85 additions and 70 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else()
endif()

project(wxmaxima LANGUAGES CXX)
set(VERSION 20.03.0-DevelopmentSnapshot)
set(VERSION 20.03.1)
set(GITVERSION ${VERSION})
set(PACKAGE wxmaxima)
set(APP_NAME wxmaxima)
Expand Down
15 changes: 15 additions & 0 deletions data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,21 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="20.03.1" date="2020-03-15">
<description>
<p>
The last release introduced a crash that was easy to trigger.
In order to prevent a situation in which every packager has to
search for a remedy separately a new release was made.
</p>
<ul>
<li>Resolved a crash on right-clicking a GroupCell</li>
<li>Help works again in the german translation</li>
<li>Removed an unnecessary info dialogue on startup</li>
<li>Right-click-suggestions for similar command names</li>
</ul>
</description>
</release>
<release version="20.03.0" date="2020-03-13">
<description>
<p>
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/absCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ abs(x(100));


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/atCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ x(100)@t33;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/autosave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ decor_b=0
x=56
y=27
w=1220
h=1053
h=1090
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/boxes.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
1+box(x(1))+z;
/* [wxMaxima: input end ] */
Expand All @@ -17,4 +17,4 @@


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/config_from_19.11.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Iconized=0
x=56
y=27
w=1220
h=1053
h=1090
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/conjugateCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
r;
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -72,4 +72,4 @@ conjugate(c_100);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/diffCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ x(n):=sum(x[i],i,1,n)$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/exptCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ exp(sum(x[i],i,1,100));


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/formerCrashes.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
a: (x+y)^2;
/* [wxMaxima: input end ] */
Expand All @@ -25,4 +25,4 @@ Bauteilwerte:[


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/fracCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -35,4 +35,4 @@ kill(a)$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/functionCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -37,4 +37,4 @@ f1234568901234568901234568901234568901234568901234568901234568901234568901234568


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/imageCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: caption start ]
Poldino the guinea pig
[wxMaxima: caption end ] */
Expand All @@ -16,4 +16,4 @@ show_image("a.png")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/intCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -29,4 +29,4 @@ integrate(f(100),t,0,T);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/limitCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
f(n):=sum(f[i](t),i,1,n);
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -28,4 +28,4 @@ f(n):=sum(f[i](t),i,1,n);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/lisp.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
to_lisp();
(format t "test");
Expand All @@ -26,4 +26,4 @@ to_lisp();


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/matrixCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: subsubsect start ]
Rounded parenthesis
[wxMaxima: subsubsect end ] */
Expand Down Expand Up @@ -54,4 +54,4 @@ funmake('matrix,


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/multiplication.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
ab≠a*b;
/* [wxMaxima: input end ] */
Expand All @@ -20,4 +20,4 @@ aa_c*bb;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/noautosave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ decor_b=0
x=56
y=27
w=1220
h=1053
h=1090
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/nonsenseConstructs.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
(makelist(c01,i,1,2)+c01);
%(1);
Expand All @@ -13,4 +13,4 @@


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/parenthesisCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -31,4 +31,4 @@ a;sin(a/(b+c/(d+e/f))+qdqwldwqkldkqwlk+wqwqlwqlkdkdlcs+wqqdlqqwlk+wdwqdqwqwlklwq


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/presubsupcells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: section start ]
Pre-and-post-sub-and-sup-cells
[wxMaxima: section end ] */
Expand Down Expand Up @@ -431,4 +431,4 @@ O[1,2,3,4];


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_continuationLines.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
for i:0 thru 1000 do printf(true,"t");
/* [wxMaxima: input end ] */
Expand All @@ -18,4 +18,4 @@ printf(true,"line4~%")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_equations.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
(
disp("XML Text"),
Expand Down Expand Up @@ -69,4 +69,4 @@ x=2;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_simple.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
for i:1 thru 20 do printf(true,"test~%");
/* [wxMaxima: input end ] */
Expand All @@ -17,4 +17,4 @@ printf(true,"Ordinary text")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/rememberingAnswers.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
askinteger(y);
askinteger(n);
Expand Down Expand Up @@ -46,4 +46,4 @@ n;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/simpleInput.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: section start ]
Simple input and output cells
[wxMaxima: section end ] */
Expand Down Expand Up @@ -39,4 +39,4 @@ aa*b_1;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/slideshowCells.wxm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
wxanimate_from_imgfiles("a.png","b.png","c.png","d.png")$
/* [wxMaxima: input end ] */



/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/sqrtCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -54,4 +54,4 @@ sqrt(a/b);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/subCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.03.0 ] */
/* [ Created with wxMaxima version 20.03.1 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -27,4 +27,4 @@ x[x[x[x[1]]]];


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.03.0"$
"Created with wxMaxima 20.03.1"$
Loading

0 comments on commit 8a6ae3c

Please sign in to comment.