Skip to Content.
Sympa Menu

grouper-dev - gsh and group.store() ?

Subject: Grouper Developers Forum

List archive

gsh and group.store() ?


Chronological Thread 
  • From: "Tom Zeller" <>
  • To: "Grouper Dev" <>
  • Subject: gsh and group.store() ?
  • Date: Mon, 30 Jun 2008 14:30:04 -0500
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition:x-google-sender-auth; b=tTuwk7Zx1FyBwpcuuxDD15OoAUsmK7EiJPqkouHNSY6z64nggg5BYM6+DWgEuPiwpF SwKHmMjFcc00I+pKghmZg2BfBpzyGBB/xSgQHA9768OTfkSwe2VS8KTOiyg4nW4txmzZ PFgCwylFKuU1PfjMydNkRDV57kwqQhvAeQVfY=

With head, one gsh test fails apparently due to the need to call
group.store() - in the groups.gsh test :

assertTrue( "get: description", getGroupAttr(g.getName(),
"description").equals(""))
assertTrue( "set: description", setGroupAttr(g.getName(),
"description" , "WE AIM TO PLEASE"))
assertTrue( "get: description (new)", getGroupAttr(g.getName(),
"description").equals("WE AIM TO PLEASE"))

the last line fails if

grouper.setters.dont.cause.queries = true

and passes with

grouper.setters.dont.cause.queries = false

I assume that gsh 'setters' (e.g. setGroupAttr.java amongst others)
will need to be modified to include calls to group.store(), correct ?

Thanks,
Tom


  • gsh and group.store() ?, Tom Zeller, 06/30/2008

Archive powered by MHonArc 2.6.16.

Top of Page