summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-16 17:05:26 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-05-16 17:05:26 +0000
commit8d8865a588a4c26f1b867506fc2e5696c2578545 (patch)
tree4ac7d955f37d60c8e1f96a1e6c56d63ff088f423
parentd8dedf08f42a78206fde7aa6802bd1434e16fc06 (diff)
downloadATCD-8d8865a588a4c26f1b867506fc2e5696c2578545.tar.gz
ChangeLogTag:Tue May 16 10:02:33 2000 Carlos O'Ryan <coryan@uci.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--tests/CDR_File_Test.cpp7
4 files changed, 18 insertions, 7 deletions
diff --git a/ChangeLog b/ChangeLog
index 3f7f7806ad1..80273544da9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Tue May 16 10:02:33 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/CDR_File_Test.cpp:
+ The test was removing the file even when the user requested not
+ to do so.
+
Tue May 16 09:53:19 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.i:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 3f7f7806ad1..80273544da9 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Tue May 16 10:02:33 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/CDR_File_Test.cpp:
+ The test was removing the file even when the user requested not
+ to do so.
+
Tue May 16 09:53:19 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.i:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 3f7f7806ad1..80273544da9 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Tue May 16 10:02:33 2000 Carlos O'Ryan <coryan@uci.edu>
+
+ * tests/CDR_File_Test.cpp:
+ The test was removing the file even when the user requested not
+ to do so.
+
Tue May 16 09:53:19 2000 Carlos O'Ryan <coryan@uci.edu>
* ace/CDR_Stream.i:
diff --git a/tests/CDR_File_Test.cpp b/tests/CDR_File_Test.cpp
index bc25ad33717..057e8b63eef 100644
--- a/tests/CDR_File_Test.cpp
+++ b/tests/CDR_File_Test.cpp
@@ -359,13 +359,6 @@ main (int argc, ACE_TCHAR *argv[])
1);
}
- // Unlink this file right away so that it is automatically removed
- // when the process exits.
- else if (file.unlink () == -1)
- ACE_ERROR_RETURN ((LM_ERROR,
- ACE_TEXT ("unlink failed for %p\n"),
- filename.get_path_name ()),
- 1);
CDR_Test cdr_test ('a',
0x00ff,
0xaabbccdd,