Bug 222627

Summary: failed test_Label.js test; undefined l.adjustSizeForText()
Product: [Applications] kst Reporter: freebody.kst
Component: generalAssignee: freebody.kst
Status: RESOLVED FIXED    
Severity: normal CC: arwalker
Priority: NOR    
Version: 1.x   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description freebody.kst 2010-01-14 00:37:39 UTC
Version:           1.9.0_devel (using Devel)
OS:                Linux
Installed from:    Compiled sources

load the following javascript:
/kst/tests/script/test_Label.js

Failed codes: 
,Line: undefined l.adjustSizeForText()
,1 failed test cases found
Comment 1 Andrew Walker 2010-01-14 02:00:34 UTC
js correctly returns the following for a call to Label.adjustSizeForText():

"Error: Label: adjustSizeForText is obsolete."

The test file should have the corrresponding test case removed.
Comment 2 freebody.kst 2010-01-26 00:05:17 UTC
the corrresponding test case has been removed