Home | History | Annotate | Download | only in prefs

Lines Matching defs:absolutePath

862         assertEquals(parent.absolutePath() + "/" + nodeName, pref.absolutePath());
863 assertEquals(parent.absolutePath() + "/" + "new node", parent.node("new node").absolutePath());