OSSP CVS Repository

ossp - Check-in [4242]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 4242
Date: 2001-Jul-24 16:23:16 (local)
2001-Jul-24 14:23:16 (UTC)
User:simons
Branch:
Comment: The test values I used were too large to fit into a signed integer. Fixed that.
Tickets:
Inspections:
Files:
ossp-pkg/xds/regression-tests/xdr-int32.c      1.4->removed
ossp-pkg/xds/regression-tests/xdr-int64.c      1.4->removed
ossp-pkg/xds/regression-tests/xml-int32.c      1.1 -> 1.2     2 inserted, 2 deleted
ossp-pkg/xds/regression-tests/xml-int64.c      1.3->removed

ossp-pkg/xds/regression-tests/xdr-int32.c 1.4 -> 1.5

--- xdr-int32.c  2001/07/20 10:56:02     1.4
+++ xdr-int32.c  2001/07/24 14:23:16     1.5
@@ -46,8 +46,8 @@
          0x00000000,
          0x12345678,
         -0x12345678,
-         0xabcdef01,
-        -0xabcdef01,
+         0x7bcdef01,
+        -0x7bcdef01,
          0x7fffffff
         };
 


ossp-pkg/xds/regression-tests/xdr-int64.c 1.4 -> 1.5

--- xdr-int64.c  2001/07/20 10:56:02     1.4
+++ xdr-int64.c  2001/07/24 14:23:16     1.5
@@ -46,8 +46,8 @@
          0x0000000000000000LL,
          0x123456789abcdef0LL,
         -0x123456789abcdef0LL,
-         0xabcdef01cc45bb9aLL,
-        -0xabcdef01cc45bb9aLL,
+         0x7bcdef01cc45bb9aLL,
+        -0x7bcdef01cc45bb9aLL,
          0x7fffffffffffffffLL
         };
 


ossp-pkg/xds/regression-tests/xml-int32.c 1.1 -> 1.2

--- xml-int32.c  2001/07/23 15:57:48     1.1
+++ xml-int32.c  2001/07/24 14:23:16     1.2
@@ -42,8 +42,8 @@
          0x00000000,
          0x12345678,
         -0x12345678,
-         0xabcdef01,
-        -0xabcdef01,
+         0x7bcdef01,
+        -0x7bcdef01,
          0x7fffffff
         };
 


ossp-pkg/xds/regression-tests/xml-int64.c 1.3 -> 1.4

--- xml-int64.c  2001/07/24 13:50:15     1.3
+++ xml-int64.c  2001/07/24 14:23:16     1.4
@@ -42,8 +42,8 @@
          0x0000000000000000LL,
          0x123456789abcdef0LL,
         -0x123456789abcdef0LL,
-         0xabcdef01cc45bb9aLL,
-        -0xabcdef01cc45bb9aLL,
+         0x7bcdef01cc45bb9aLL,
+        -0x7bcdef01cc45bb9aLL,
          0x7fffffffffffffffLL
         };
 

CVSTrac 2.0.1