aboutsummaryrefslogtreecommitdiffstats
path: root/UnitTests
Commit message (Collapse)AuthorAgeFilesLines
* Move QueryKit to it's own project.stuconnolly2012-02-252-111/+0
|
* QueryKit updates.stuconnolly2011-09-271-3/+3
|
* Fix test.stuconnolly2011-09-262-14/+22
|
* Fix test suite crashing.stuconnolly2011-09-181-8/+1
|
* QueryKit additions.stuconnolly2011-09-101-2/+4
|
* More QueryKit progress. Still very rough.stuconnolly2011-09-061-5/+16
|
* Add the beginnings of QueryKit.stuconnolly2011-09-042-0/+97
|
* Fix unit test warnings and add SPMenuAdditionsTest.stuconnolly2011-03-206-10/+101
|
* More tests tidy up.stuconnolly2011-01-091-18/+21
|
* Tidy up and fix MCPKit test cases.stuconnolly2011-01-062-25/+74
|
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-242-3/+2
| | | | | | | | - Prepare for the implementation of PDF and HTML export by hiding the export options box for export types that don't need it. - Fix some spacing issues on the export dialog. - Create a new SPCategoryAdditions header that is included in the apps precompiled header, making all additions available to all classes. - Update strings files.
* Tidy up the project's logical structure in Xcode.stuconnolly2010-10-174-26/+39
|
* Only switch to the renamed/duplicated database name, if the action was ↵drx7772010-04-292-2/+2
| | | | successful. Caused an existing DB to be selected, after ren/dup failed because it exists.
* * removed SPDatabaseCopyTest testCopyDatabaseTables which is out of place heredrx7772010-04-286-36/+103
| | | | | | | | | * minor restructuring of SPTableCopy for readability and debuggability * corrected wrong default copyright header on some files * SPCopyTableTest: removed testCopyTableFromTo since it is integrated in testCopyTableFromToWithData; * SPCopyTableTest: fixed test to reflect two queries table creation (show create and create) instead of create like (<4.1 compatibility)
* SVN properties.stuconnolly2010-04-284-4/+4
|
* This changeset implements renaming and duplicating databases on a server. ↵drx7772010-04-288-0/+418
| | | | | | | | | | | | | | | | | | | Details as follows: * altered MCPConnection listTablesFromDB:like: to return NSArray * altered MCPConnection listFieldsFromTable:like: to use backtick quoted strings for table and fieldnames * added MCPConnection listTablesFromDB for a complete table list * added SPStringAdditions.h to various files to prevent warnings * added sheets for duplicate/rename DB in DBView.xib * added duplicate/rename menu items to MainMenu.xib * added outlets in TableDocument: databaseNewSheet databaseRenameSheet databaseCopyNameField databaseRenameNameField copyOnlyStructureButton copyDatabaseButton renameDatabaseButton * added methods in TableDocument: getConnection, copyDatabase, renameDatabase, _copyDatabase, _renameDatabase * added OCMock Framework for object mocking in tests * added group Others/DatabaseActions
* Rename test case classes.stuconnolly2009-11-134-10/+18
|
* Tidy up and fix unit tests.stuconnolly2009-11-134-40/+39
|
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-214-13/+7
| | | | | | | | | | | | | | | - Includes all custom code from subclasses CMMCPConnection and CMMCPResult, meaning they have subsequently been removed from the project. - All previous Sequel Pro specific code in the above subclasses has been removed in favour of the delegate (currently set to TableDocumet) informing the framework of such information. - All references to CMMCPConnection and CMMCPResult have subsequently been changed to MCPConnection and MCPResult. - Framework includes MySQL 5.1.36 client libraries and source headers. - Framework is now built as a 4-way (32/64 bit, i386/PPC arch) binary. - All import references to <MCPKit_bundled/MCPKit_bundled.h> have been changed to <MCPKit/MCPKit.h>. - New script 'build-mysql-client.sh' can be used to build the MySQL client libraries from the MySQL source. See the script's header for a list of available options or run it with no arguments to display it's usage. Note that there are still a few changes to be made to the framework with regard to removing Sequel Pro specific calls to the delegate. These however can be made later on as they have no effect on functionality and are merely design changes. Also, note that any future development done on the framework should be made to be as 'generic' as possible, with no Sequel Pro specific references. This should allow the framework to be integrated into another project without the need for SP specific code.
* - fixed path issue with unit test building and plist locationmtvee2009-05-201-0/+1
|
* Move unit tests info plist to resources directory and remove space from unit ↵stuconnolly2009-05-184-0/+205
tests directory.