/**
 * THE TestCreateToot.java WRITEME...
 */
package org.starhope.appius.test;

import org.starhope.appius.user.User;

import com.tootsville.user.Toot;

/**
 * WRITEME: Document this type. theys Jan 6, 2010
 * 
 * @author <a href="mailto:theys@resinteractive.com">Tim Heys</a>
 * 
 */
public class TestCreateToot {
	/**
	 * 
	 * <pre>
	 * theys Jan 7, 2010
	 * </pre>
	 * 
	 * TO main WRITEME...
	 * 
	 * @param args
	 */
	public static void main (final String args[]) {
		final Toot newToot = (Toot) User.getByID (2);
		System.out.println ("Peanuts: " + newToot.getPeanuts ());
	}
}
