readme
来自「PHP 知识管理系统(基于树结构的知识管理系统), 英文原版的PHP源码。」· 代码 · 共 65 行
TXT
65 行
GENERAL-------This folder includes the Nunit unit tests to unit test web services.REQUIREMENTS------------The unit tests were written for NUnit. NUnit 2.2.0 was used during development.This framework was developed in Linux using Mono.DATABASE--------Review helper.cs to see the configuration settings. UnixODBC is used. Sample config files: # odbc.ini [ktdms]Driver = myodbcdriverDescription = MySQL ODBC 2.50 Driver DSNSERVER = localhostPORT =Socket = /tmp/mysql.sockUSER = rootPassword =Database = ktdmsOPTION = 3 # odbcinst.ini [myodbcdriver]Description = MySQL ODBC 2.50 Driver DSNDriver = /usr/lib64/unixODBC/libmyodbc3.soThe document type 'NewType' must be added to the database for the document_type.cs unit test to run.RUNNING THE TESTS-----------------Edit the makefile to ensure that the WSDL_URL is directed to the correct location.A makefile is provided which can be used as follows:- make // will build and run the tests- make clean // will remove all temporary and binary filesSTATE-----The states of the tests is very alpha. Some of the tests are quite complicated, so we can probably split them.REFERENCES----------For more information:http://nunit.org/http://www.mono-project.com/http://www.unixodbc.org
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?