summaryrefslogtreecommitdiff
path: root/tests/Env_Value_Test.cpp
Commit message (Expand)AuthorAgeFilesLines
* (main): printout signed values instead of unsignedlevine1998-02-031-2/+2
* updated comment to explain why we can't use spawn with ACE_HAS_NONSTATIC_OBJE...levine1998-01-291-1/+2
* (TEST_THIS): cast val to (type) before casting to (u_int), to try to avoidlevine1998-01-231-1/+1
* Added explicit template instantiation for ACE_Env_Value<unsigned short>.nanbor1998-01-201-0/+2
* Added test codes for unsigned short.nanbor1998-01-201-0/+2
* removed the Linux/Alpha hack now that it's been masked in Env_Value_T.ilevine1998-01-061-6/+0
* (main): expect 0 on Linux/Alpha, (unsigned long) -10 on everything else for t...levine1998-01-061-0/+6
* fixed typo in expected value messagelevine1998-01-051-4/+4
* hacked to work with ACE_HAS_NONSTATIC_OBJECT_MANAGER.levine1998-01-041-10/+26
* added CE_Env_Value<long> instantiationlevine1998-01-021-10/+12
* * tests/Env_Value_Test.cpp (main): Fixed wrong test for negativeChris Cleeland1998-01-021-1/+3
* (main): fixed name given to ACE_START_TESTlevine1998-01-021-3/+3
* Merged in the changes that Nanbor and David had made and somebow gotChris Cleeland1998-01-021-4/+9
* * tests/Env_Value_Test.cpp (main): Changed the definition of theChris Cleeland1998-01-021-19/+8
* Changed the main argument environ to envp. Real OSes don't understand what en...nw11998-01-011-3/+3
* (main): removed unused arg argv and local envargv. undef'ed ACE_HAS_NONSTATI...levine1998-01-011-6/+11
* * ace/Env_Value_T.*: Added a new template (ACE_Env_Value) which isChris Cleeland1997-12-311-0/+87