After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 537669 - Simulation Options dialog has wrong error message
Simulation Options dialog has wrong error message
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Analytics
1.8.x
Other All
: Normal trivial
: ---
Assigned To: Morten Welinder
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2008-06-10 19:54 UTC by Louis
Modified: 2008-08-29 12:00 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Louis 2008-06-10 19:54:58 UTC
Please describe the problem:
When the options for 'First round #' and 'Last round #' are entered, the first round number should be less than or equal to 'Last round #'.  If not, a warning message appears stating "First round number should be greater or equal than the number of the last round."
The error message is incorrect.  It should be
"First round number should be less than or equal to the number of the last round."

Steps to reproduce:
1. Set A1 to rand()
2. Select Tools -> Simulation
3. For Simulation Variables, set Input to Sheet1!A1 and Output to Sheet1!A1
4. For Simulation Options, set First round # to '2' and 'Last round #' to 1
5. Click 'Ok'


Actual results:
Warning dialog box appears stating "First round number should be greater or equal than the number of the last round."

Expected results:
Warning dialog box appears stating "First round number should be less than or equal to the number of the last round."

Does this happen every time?
Yes

Other information:
Dialog text to be changed is found in /src/dialogs/dialog-simulation.c:335
Comment 1 J.H.M. Dassen (Ray) 2008-08-29 11:50:27 UTC
This problem has been fixed in the development version:
	http://svn.gnome.org/viewvc/gnumeric?view=revision&revision=16752
The fix will be available in the next major software release. Thank you for
your bug report.