Davletvm / soashable

Automatically exported from code.google.com/p/soashable
0 stars 0 forks source link

Fix roster so tests that remove entry from 'Unfiled Contacts' pass #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Fix roster so tests that remove entry from 'Unfiled Contacts' pass. These
are related to RosterElement.js, method RosterInstance.onRosterUpdate:

Tests with problems (3 total) - JsUnit

Running on Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6)
Gecko/20070725 Firefox/2.0.0.6

1.
file:///E:/Documents%20and%20Settings/Harlan/Soashable%20Workspace/xmpp4js/jsuni
t-tests/RosterTest.html:testRemoveEntry_InNoGroups
failed

Expected <undefined> but was <[Node Unfiled
Contacts_somebody@somewhere.com]> (Object)

Stack trace follows:
> JsUnitException
> _assert
> assertUndefined
> testRemoveEntry_InNoGroups

2.
file:///E:/Documents%20and%20Settings/Harlan/Soashable%20Workspace/xmpp4js/jsuni
t-tests/RosterTest.html:testRemoveEntry_InGroup
failed

Expected <undefined> but was <[Node Unfiled
Contacts_somebody@somewhere.com]> (Object)

Stack trace follows:
> JsUnitException
> _assert
> assertUndefined
> testRemoveEntry_InGroup

3.
file:///E:/Documents%20and%20Settings/Harlan/Soashable%20Workspace/xmpp4js/jsuni
t-tests/RosterTest.html:testModifyEntryNoGroupToGroup
failed

Expected <undefined> but was <[Node Unfiled
Contacts_somebody@somewhere.com]> (Object)

Stack trace follows:
> JsUnitException
> _assert
> assertUndefined
> testModifyEntryNoGroupToGroup

Original issue reported on code.google.com by h.iver...@gmail.com on 7 Sep 2007 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by h.iver...@gmail.com on 23 Jan 2008 at 6:25