summaryrefslogtreecommitdiff
path: root/tests/Alt_Mapping/driver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Alt_Mapping/driver.cpp')
-rw-r--r--tests/Alt_Mapping/driver.cpp34
1 files changed, 17 insertions, 17 deletions
diff --git a/tests/Alt_Mapping/driver.cpp b/tests/Alt_Mapping/driver.cpp
index 65a399de294..5632196412c 100644
--- a/tests/Alt_Mapping/driver.cpp
+++ b/tests/Alt_Mapping/driver.cpp
@@ -1,17 +1,17 @@
-// $Id$
-
-// ============================================================================
-//
-// = FILENAME
-// driver.cpp
-//
-// = DESCRIPTION
-// Driver program
-//
-// = AUTHORS
-// Jeff Parsons
-//
-// ============================================================================
+
+//=============================================================================
+/**
+ * @file driver.cpp
+ *
+ * $Id$
+ *
+ * Driver program
+ *
+ *
+ * @author Jeff Parsons
+ */
+//=============================================================================
+
#include "client.h"
#include "driver.h"
@@ -130,7 +130,7 @@ Driver::run (void)
new Test_Unbounded_String);
retstatus = client->run_sii_test ();
-
+
delete client;
}
break;
@@ -142,9 +142,9 @@ Driver::run (void)
this->orb_.in (),
this->objref_.in (),
new Test_Unbounded_Struct_Sequence);
-
+
retstatus = client->run_sii_test ();
-
+
delete client;
}
break;