Closed
Bug 2784
Opened 26 years ago
Closed 26 years ago
Not all preferences are checked from the prefs.js file
Categories
(CCK Graveyard :: CCK-General, defect, P2)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: bsharma, Assigned: vparthas)
Details
Description:
-----------
When a js file is ran, the output is generated listing all the variables that
are not found in test.dat (array).
In this case, there is no test.dat file so the output should be stating
"variable not found" for every preference in the prefs.js file.
Scenario:
---------
1. No test.dat file is present.
2. Run js from command prompt.
3. Verify that the attached output list does not contain information on certain
preferences and those preferences are:
"network.hosts.pop_server"
"internal_url.more_info_plugin.url"
"internal_url.page_from_wizard.url"
"menu.places.item_1.url"
"menu.help.item_9.url"
Following output is displayed:
-----------------------------
error:variable not found
general.startup.browser is not founderror:variable not
general.startup.mail is not founderror:variable not fo
general.startup.news is not founderror:variable not fo
general.startup.editor is not founderror:variable not
general.startup.conference is not founderror:variable
general.startup.calendar is not founderror:variable no
browser.personal_toolbar_button.max_chars is not found
javascript.enabled is not founderror:variable not foun
network.hosts.smtp_server is not founderror:variable n
network.accept_cookies is not founderror:variable not
news.show_pretty_names is not founderror:variable not
mail.wrap_long_lines is not founderror:variable not fo
news.wrap_long_lines is not founderror:variable not fo
mail.inline_attachments is not founderror:variable not
mail.server_type is not founderror:variable not found
mail.thread_mail is not founderror:variable not found
mail.sort_mail is not founderror:variable not found
mail.ascend_mail is not founderror:variable not found
mail.check_new_mail is not founderror:variable not fou
mail.check_time is not founderror:variable not found
mail.use_signature_file is not founderror:variable not
mail.show_headers is not founderror:variable not found
startup.homepage_override_url is not founderror:variab
autoadmin.append_emailaddr is not founderror:variable
autoadmin.failover_to_cached is not founderror:variabl
toolbar.logo.url is not founderror:variable not found
toolbar.logo.win_small_file is not founderror:variable
toolbar.logo.win_large_file is not founderror:variable
toolbar.places.default_url is not founderror:variable
toolbar.places.item_1.label is not founderror:variable
toolbar.places.item_1.url is not founderror:variable n
internal_url.net_search.url is not founderror:variable
internal_url.default_template.url is not founderror:va
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
The bug was closed as worksforme - because the DAT files that were supplied as
input had erroneous data. I apologise for previously not supplying any
additional comments.
Comment 3•23 years ago
|
||
->CCK-General. Other CCK Components going away.
Component: CCK-Whitebox → CCK-General
You need to log in
before you can comment on or make changes to this bug.
Description
•