• R/O
  • HTTP
  • SSH
  • HTTPS

bchanf: 提交

各種ライブラリ


Commit MetaInfo

修訂f296509121052b823ddfee7f35094f86b231a812 (tree)
時間2015-03-19 00:43:24
作者ornse01 <ornse01@user...>
Commiterornse01

Log Message

unite htmlform_urlencode

git-svn-id: http://svn.sourceforge.jp/svnroot/bchan/bchanf/trunk@666 20a0b8eb-f62a-4a12-8fe1-b598822500fb

Change Summary

差異

--- a/src/Makefile.test
+++ b/src/Makefile.test
@@ -77,10 +77,12 @@ SRC_COLL_TEST = test_idtocb.c \
7777 test_wordarray.c
7878
7979 SRC_CODING = base64encoder.c \
80- base64decoder.c
80+ base64decoder.c \
81+ htmlform_urlencoder.c
8182
8283 SRC_CODING_TEST = test_base64encoder.c \
83- test_base64decoder.c
84+ test_base64decoder.c \
85+ test_htmlform_urlencoder.c
8486
8587 SRC_TAD = taditerator.c \
8688 tadstack.c \
--- a/src/coding/test_coding.h
+++ b/src/coding/test_coding.h
@@ -1,7 +1,7 @@
11 /*
22 * test_coding.h
33 *
4- * Copyright (c) 2012 project bchan
4+ * Copyright (c) 2012-2015 project bchan
55 *
66 * This software is provided 'as-is', without any express or implied
77 * warranty. In no event will the authors be held liable for any damages
@@ -32,5 +32,6 @@
3232
3333 IMPORT VOID test_base64encoder_main(unittest_driver_t *driver);
3434 IMPORT VOID test_base64decoder_main(unittest_driver_t *driver);
35+IMPORT VOID test_htmlform_urlencoder_main(unittest_driver_t *driver);
3536
3637 #endif
--- a/src/test_main.c
+++ b/src/test_main.c
@@ -1,7 +1,7 @@
11 /*
22 * test_main.c
33 *
4- * Copyright (c) 2012-2014 project bchan
4+ * Copyright (c) 2012-2015 project bchan
55 *
66 * This software is provided 'as-is', without any express or implied
77 * warranty. In no event will the authors be held liable for any damages
@@ -68,6 +68,7 @@ EXPORT W MAIN(MESSAGE *msg)
6868
6969 test_base64encoder_main(driver);
7070 test_base64decoder_main(driver);
71+ test_htmlform_urlencoder_main(driver);
7172
7273 test_taditerator_main(driver);
7374 test_tadstack_main(driver);
Show on old repository browser