summaryrefslogtreecommitdiff
path: root/tests/Dirent_Test.cpp
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-05-17 21:49:04 +0000
commitb1e7304b4fa05fcaa09753a9e77fa2dca85fe09e (patch)
treef6f6d6c005bf2d97bdb450d27bb26fa461ac3d90 /tests/Dirent_Test.cpp
parente83a1631cd3ba3acab4d3583b3428f15ee0b29ac (diff)
downloadATCD-dre_030425.tar.gz
ChangeLogTag:Sat May 17 19:31:43 UTC 2003 Don Hinton <dhinton@dresystems.com>dre_030425
Diffstat (limited to 'tests/Dirent_Test.cpp')
-rw-r--r--tests/Dirent_Test.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/Dirent_Test.cpp b/tests/Dirent_Test.cpp
index 8de80cbec88..0ddec323d80 100644
--- a/tests/Dirent_Test.cpp
+++ b/tests/Dirent_Test.cpp
@@ -72,7 +72,7 @@ dirent_selector_test (void)
ACE_ASSERT (sds.length () == 1);
for (n = 0; n < sds.length (); ++n)
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"Sorted: %d: %s\n",
n,
sds[n]->d_name));
@@ -89,7 +89,7 @@ dirent_selector_test (void)
ACE_ASSERT (entrycount == ds.length ());
for (n = 0; n < ds.length (); ++n)
- ACE_DEBUG ((LM_DEBUG,
+ ACE_DEBUG ((LM_DEBUG,
"Entry %d: %s\n",
n,
ds[n]->d_name));
@@ -113,9 +113,9 @@ dirent_test (void)
entrycount,
directory->d_name));
- switch (entrycount)
+ switch (entrycount)
{
- case 0:
+ case 0:
ACE_ERROR_RETURN ((LM_ERROR,
"readdir failed to read anything\n"),
-1);
@@ -134,7 +134,7 @@ dirent_test (void)
}
int
-ACE_TMAIN (int, ACE_TCHAR *[])
+run_main (int, ACE_TCHAR *[])
{
ACE_START_TEST (ACE_TEXT ("Dirent_Test"));