summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxobj01/psxobj01.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 15:17:49 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-06-12 15:17:49 +0000
commitc0ae2676b52885826afa4f0478659ddfc4fc4f4a (patch)
treea31f6e96b23c21e623d1ae796a78236bccf7358b /testsuites/psxtests/psxobj01/psxobj01.scn
parent2009-06-12 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-c0ae2676b52885826afa4f0478659ddfc4fc4f4a.tar.bz2
Add new test for error cases in _Objects_Name_to_id_string which is currently only used by POSIX semaphores and message queues.
Diffstat (limited to 'testsuites/psxtests/psxobj01/psxobj01.scn')
-rw-r--r--testsuites/psxtests/psxobj01/psxobj01.scn5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxobj01/psxobj01.scn b/testsuites/psxtests/psxobj01/psxobj01.scn
new file mode 100644
index 0000000000..e0ffd7b5f8
--- /dev/null
+++ b/testsuites/psxtests/psxobj01/psxobj01.scn
@@ -0,0 +1,5 @@
+*** POSIX OBJECT TEST 1 ***
+INIT - _Objects_Name_to_id_string - NULL name
+INIT - _Objects_Name_to_id_string - NULL ID
+INIT - _Objects_Name_to_id_string - name of non-existent object
+*** END OF POSIX OBJECT TEST 1 ***