Merge pull request #2309 from mitza-oci/warnings
[ACE_TAO.git] / TAO / orbsvcs / tests / Concurrency / test.basic
blob3673cebe9278ab8aa247f48587869cfbd23b740d
1 create test;
2 lock test read;
3 try_lock test read;
4 unlock test read;
5 unlock test read;
6 lock test write;
7 try_lock test write;
8 unlock test write;
9 lock test upgrade;
10 try_lock test upgrade;
11 unlock test upgrade;
12 lock test intention_read;
13 try_lock test intention_read;
14 unlock test intention_read;
15 unlock test intention_read;
16 lock test intention_write;
17 try_lock test intention_write;
18 unlock test intention_write;
19 create ls2;
20 unlock ls2 write;
21 exception IDL:omg.org/CosConcurrencyControl/LockNotHeld:1.0;