diff options
author | Lukas Larsson <[email protected]> | 2010-10-12 10:57:12 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-02-17 17:28:28 +0100 |
commit | e34723fafb6801dda5ad9e9b34d7bb06ac901216 (patch) | |
tree | fd0c7894c29eef7093c13a4cd78ee6b79ac5fafe /lib/cosNotification/test/cosNotification.spec | |
parent | 894aad197d4d996ea18713ec9354dc3c674886b9 (diff) | |
download | otp-e34723fafb6801dda5ad9e9b34d7bb06ac901216.tar.gz otp-e34723fafb6801dda5ad9e9b34d7bb06ac901216.tar.bz2 otp-e34723fafb6801dda5ad9e9b34d7bb06ac901216.zip |
Update cosNotifications tests to conform with common_test standard
Diffstat (limited to 'lib/cosNotification/test/cosNotification.spec')
-rw-r--r-- | lib/cosNotification/test/cosNotification.spec | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/lib/cosNotification/test/cosNotification.spec b/lib/cosNotification/test/cosNotification.spec index 8df89e7908..01c245cec2 100644 --- a/lib/cosNotification/test/cosNotification.spec +++ b/lib/cosNotification/test/cosNotification.spec @@ -1,19 +1 @@ -%% -%% %CopyrightBegin% -%% -%% Copyright Ericsson AB 1999-2010. All Rights Reserved. -%% -%% The contents of this file are subject to the Erlang Public License, -%% Version 1.1, (the "License"); you may not use this file except in -%% compliance with the License. You should have received a copy of the -%% Erlang Public License along with this software. If not, it can be -%% retrieved online at http://www.erlang.org/. -%% -%% Software distributed under the License is distributed on an "AS IS" -%% basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See -%% the License for the specific language governing rights and limitations -%% under the License. -%% -%% %CopyrightEnd% -%% -{topcase, {dir, "../cosNotification_test"}}. +{suites,"cosNotification_test",all}. |