Commit Graph

53 Commits

Author SHA1 Message Date
skarg b5e860dbe4 Fixed the AtomicReadFile unit test for Record Access. 2015-11-04 16:21:14 +00:00
skarg ac710ccd27 added missing make file for unit test 2013-12-10 16:09:06 +00:00
skarg 7f58784576 updated makefiles for unit tests to include prolist.c and lighting.c recently added modules 2013-12-09 20:06:20 +00:00
skarg b363f9dedb Added unit test for lighting command encoding and decoding. 2013-11-14 20:21:46 +00:00
skarg bc1017ee60 cleaned up warnings and build of unit tests 2013-03-13 22:34:08 +00:00
skarg f45aad0087 Updated timesync unit test to be able to build on MinGW (windows). 2013-02-20 23:50:49 +00:00
skarg 07fa270385 Fixed private-transfer unit test makefile. 2012-08-30 01:58:54 +00:00
skarg 173e9fb9a9 Corrected PrivateTransfer unit tests.
Fixed hex-ascii conversion for zero length string. Fixed Octet-string unit test in BACnet application. Bug found by unit test.
2012-05-13 15:02:40 +00:00
skarg d1f4e78cba fixed svn EOL and MIME settings. 2012-04-06 23:24:43 +00:00
skarg 8d9b987064 Corrected unit tests for iam, event, ai, and bacdevobjpropref. Removed device from unit test since it needs reworked for unit testing due to object dependencies. Noted that lc object fails test and needs fixed. 2011-08-17 03:47:43 +00:00
skarg d8ce33b9bf Changed MAX_APDU to 50 to reduce size of C Stack required for unit tests. 2010-12-27 00:11:01 +00:00
skarg 997a75ecfe Added unit test to timer module. 2010-03-06 00:22:26 +00:00
skarg 3626b302c8 corrected to pass unit testing 2009-10-24 18:13:59 +00:00
skarg a790c053d2 Added GetEventInformation service, handler, unit test. 2009-10-12 04:44:25 +00:00
skarg 9051a80e30 Corrected warnings found in splint review. Cleaned up previous use of datalink in core files. 2009-04-18 15:29:47 +00:00
skarg 9722e4f7db Added makefile for event notification unit tests. Cleaned up compile warnings for event notification files. 2009-04-18 13:47:23 +00:00
skarg fe3e5e0e18 Added unit test makefile for Life Safety Operation, and cleaned up file for GCC compilation. 2009-04-18 12:30:48 +00:00
skarg 32f08d9386 Fixed test for PrivateTransfer service to be more accurate, and added Octet String to bacapp supplementary functions. 2009-03-27 18:18:53 +00:00
skarg 9c8d94206a Added Confirmed Private Transfer encoding, decoding, and unit testing. 2009-01-25 22:54:36 +00:00
skarg 4e47b4ba36 Created unit test makefile for FIFO. 2008-12-05 18:13:28 +00:00
skarg 858adac724 Added FIFO library code. 2008-11-27 13:06:29 +00:00
skarg 7921d2f811 added ReadPropertyMultiple client demo application, bacrpm. 2008-11-23 22:25:08 +00:00
skarg 35236bea22 Adjusted Device Object type decoding to use uint16_t rather than int. Corrected unit tests. 2008-10-22 02:19:03 +00:00
skarg e27d2abff2 Updated the who-is-router-to-network demo. 2008-09-06 13:56:25 +00:00
skarg 36c5c765b4 Corrected unit test make file. 2008-08-23 12:33:29 +00:00
skarg 608db1e390 removed tsm unit test - which was doing nothing... 2008-03-19 21:33:14 +00:00
skarg f9329b793d Created project and unit test for object list. 2008-03-03 15:10:40 +00:00
skarg 1477603af6 indented. 2007-11-29 16:39:48 +00:00
skarg 411d6c1b24 Indented. 2007-11-29 15:56:53 +00:00
skarg 9762f415ba Updated code::blocks unit test for bacint 2007-11-16 03:00:00 +00:00
skarg 466dadc28d Updated unit test makefiles. 2007-11-09 04:08:26 +00:00
skarg bd57da6b49 Updated unit test makefiles. 2007-11-09 03:08:56 +00:00
skarg b060c15679 Updated unit test makefiles. 2007-11-06 19:10:52 +00:00
skarg 801342e85b Added function to get the device instance number from the address cache using the MAC address. 2007-10-31 23:01:43 +00:00
skarg e51d11856d Updating unit tests. 2007-10-30 14:08:59 +00:00
skarg 63e331a01c Updated the unit tests. 2007-10-30 04:32:11 +00:00
skarg cf5587c29d Correcting unit test makefiles. Corrected error in config.h for BACAPP NULL values. 2007-10-29 13:58:05 +00:00
skarg 51fcd77239 Moved some test Borland projects to the test directory. 2007-10-26 19:58:43 +00:00
skarg b48dbe967a Moved codeblocks projects into test directory. 2007-10-25 12:07:42 +00:00
skarg a4d9a2eb69 Moved bacdcode.c and bacreal.c back to src, and removed the separate bacdcode directory. Since gcc linker can remove unused functions, this was wasted effort. Added bacreal unit test. 2007-10-18 12:13:46 +00:00
skarg 625ff40d71 Moved bacstr.c back to src. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort. 2007-10-18 11:50:14 +00:00
skarg 89ddbbe2a0 Moved iam.c back to src, and removed the separate iam directory. Since gcc and others tool linkers can remove unused functions, this turned out to be a wasted effort. 2007-10-18 11:41:18 +00:00
skarg 9b304596c9 Moved rp.c back to src, and removed the separate readprop directory. Since gcc linker can remove unused functions, this was wasted effort. 2007-10-18 11:29:05 +00:00
skarg f7837c744e Moved ReadProperty to subdirectory for library splitting. 2007-10-14 02:07:34 +00:00
skarg eb8f959c73 Moved bacdcode files into src subdirectory in preperation for breakout of functions for a lean library. 2007-10-13 22:39:11 +00:00
skarg 2e8ab34148 Split I-Am to client and server. 2007-10-12 01:05:28 +00:00
skarg ccbec7715e Moved unit test make files to test directory. 2007-10-11 18:25:16 +00:00
skarg 9069c939da Fixing indent oops which removed the contents of all these files. 2007-06-14 05:33:15 +00:00
skarg ea4863ca25 Indented. 2007-06-14 05:14:26 +00:00
skarg b686fa7ca7 changed c++ comments to c comments using comment.sh script. 2006-02-19 01:33:30 +00:00