Details
-
Sub-task
-
Resolution: Cannot Reproduce
-
Not Evaluated
-
None
-
None
Description
Get the third outputsampler tarball.
To get invalid ODF output on Linux and Mac OS X:
In mainwindow.cpp comment out every "sample-*" in makeSamples() except for "sample-cur.odf". Build using Qt 4.5.2 on Linux or Mac OS X and run as "./outputsampler 1". The program should output sample-cur.odf and this should be invalid, e.g., not readable by OpenOffice.org 3.
To get a crash on Linux:
In mainwindow.cpp comment out every "sample-*" in makeSamples() except for "sample-cur.odf". Build using Qt 4.6.0 on Linux and run as "./outputsampler 1". The program should crash. (It will also crash when generating sample-html.odf.)
To get invalid ODF output on Windows XP Home:
In mainwindow.cpp comment out every "sample-*" in makeSamples() except for "sample-cur.odf". Build using Qt 4.5.2 or Qt 4.6.0 on Windows and run as "./outputsampler 1". The program should output sample-cur.odf and this should be invalid, e.g., not readable by OpenOffice.org 3. (It will also produce an invalid sample-html.odf if you let it generate that file.)