1*3e359d9cSTom Erickson#!/bin/ksh -p
2*3e359d9cSTom Erickson#
3*3e359d9cSTom Erickson# CDDL HEADER START
4*3e359d9cSTom Erickson#
5*3e359d9cSTom Erickson# The contents of this file are subject to the terms of the
6*3e359d9cSTom Erickson# Common Development and Distribution License (the "License").
7*3e359d9cSTom Erickson# You may not use this file except in compliance with the License.
8*3e359d9cSTom Erickson#
9*3e359d9cSTom Erickson# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10*3e359d9cSTom Erickson# or http://www.opensolaris.org/os/licensing.
11*3e359d9cSTom Erickson# See the License for the specific language governing permissions
12*3e359d9cSTom Erickson# and limitations under the License.
13*3e359d9cSTom Erickson#
14*3e359d9cSTom Erickson# When distributing Covered Code, include this CDDL HEADER in each
15*3e359d9cSTom Erickson# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16*3e359d9cSTom Erickson# If applicable, add the following below this CDDL HEADER, with the
17*3e359d9cSTom Erickson# fields enclosed by brackets "[]" replaced with your own identifying
18*3e359d9cSTom Erickson# information: Portions Copyright [yyyy] [name of copyright owner]
19*3e359d9cSTom Erickson#
20*3e359d9cSTom Erickson# CDDL HEADER END
21*3e359d9cSTom Erickson#
22*3e359d9cSTom Erickson
23*3e359d9cSTom Erickson#
24*3e359d9cSTom Erickson# Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
25*3e359d9cSTom Erickson# Use is subject to license terms.
26*3e359d9cSTom Erickson#
27*3e359d9cSTom Erickson
28*3e359d9cSTom Erickson############################################################################
29*3e359d9cSTom Erickson# ASSERTION:
30*3e359d9cSTom Erickson#	getAggregate() can explicitly specify the anonymous aggregation
31*3e359d9cSTom Erickson#
32*3e359d9cSTom Erickson# SECTION: Java API
33*3e359d9cSTom Erickson#
34*3e359d9cSTom Erickson############################################################################
35*3e359d9cSTom Erickson
36*3e359d9cSTom Ericksonjava -cp test.jar TestGetAggregate
37