Commit Graph

723 Commits

Author SHA1 Message Date
Steve Bohlen
b283a6f34d updating tests to reflect change of behavior introduced by fix to SPRNET-1582 2015-11-22 16:05:35 -05:00
Steve Bohlen
712d3f37a9 fix bug in Remove() method so that it properly removes the individual item after reworking linkedHead and linkedTail 2015-11-22 16:00:00 -05:00
Steve Bohlen
e7dc54a85e refactor tests to reflect various behaviors being tested separately 2015-11-22 15:58:28 -05:00
Steve Bohlen
d4d8f156a9 fixing errantly-excluded source files 2015-11-22 14:22:58 -05:00
Steve Bohlen
646787b935 remove references to no-longer-available ORACLE ODP.NET nuget package 2015-11-22 14:09:07 -05:00
Steve Bohlen
9fc7c921f4 Merge pull request #118 from kvr000/features/SPRNET-1581
SPRNET-1581: LinkedHashDictionary implementation
2015-11-22 13:17:39 -05:00
thorstenbaek
8eb9a86a20 Added OrderComparer to embeddedValueResolvers SortedSet 2015-07-22 14:45:03 +02:00
kvr
5b6324eb0f SPRNET-1581: LinkedHashDictionary implementation 2015-07-17 20:25:37 +02:00
Steve Bohlen
cdfcc1d9a6 fix typo (missing close-quote) in build file 2015-04-19 13:45:58 -04:00
Steve Bohlen
cc30cbecb6 bifurcate tests to reflect both apache nvelocity and castle nvelocity libs; re-enable apache nvelocity tests 2015-04-19 10:32:07 -04:00
Steve Bohlen
b2e9b58b05 provide for overwrite on copying support files prior to test-run 2015-04-18 15:56:00 -04:00
Steve Bohlen
c900e6353e -rework build scripts to pull all dependencies from current.bin.dir after being copied from lib source folders
-add build scripts for Spring.Template.Velocity.Castle projects
2015-04-18 10:24:55 -04:00
Steve Bohlen
f966b45763 Merge pull request #105 from djechelon/master
Spring.Net.Velocity.Castle
2015-04-14 15:22:27 -04:00
Steve Bohlen
00e9a7fcb3 explicit full path for MVC5 deps 2015-04-14 13:01:54 -04:00
Steve Bohlen
c7efc96d49 revert to bulk copy of MVC5 deps from nuget folder 2015-04-14 12:15:16 -04:00
Steve Bohlen
09e30e52d3 revise dependency search pathing 2015-04-14 10:56:04 -04:00
Steve Bohlen
42dbcea973 match dependencies with Spring.Web.Mvc5 build script 2015-04-14 10:17:20 -04:00
Steve Bohlen
890731b439 explict path for MVC5 dependencies vs. lib search paths 2015-04-14 09:27:04 -04:00
Steve Bohlen
637fe96de9 add missing ref to System.Web.Http and System.Web.Http.WebHost 2015-04-14 08:40:02 -04:00
Steve Bohlen
c089a82dfe add missing ref to System.Runtime.dll 2015-04-13 21:04:51 -04:00
Steve Bohlen
3bf72403dd add missing ref to Http.Formatting assembly 2015-04-13 17:32:16 -04:00
Steve Bohlen
8b5971047c update search path for WebApiClient assebly to fetch from PCL folder vs net45 folder in nuget packages 2015-04-13 16:22:34 -04:00
Steve Bohlen
ef463a97ee re-enable bulk-copy of all MVC5 packages in to bin dir as sanity-check to return to known-good build state 2015-04-13 15:03:19 -04:00
Steve Bohlen
d0fab91098 troubleshooting broken deps on Mvc5 test build 2015-04-13 14:08:58 -04:00
Steve Bohlen
7aaa5708fc add missing ref + paths to Microsoft.Web.Infrastructure assembly 2015-04-13 13:25:12 -04:00
Steve Bohlen
e102d73382 switch build scripts to avoid include=*.dll approach and switch to explicit identification of references (necessary to avoid invalid image format errors when building for CLR 2.0 and encountering CLR 4.0 assemblies in the directory when using include=*.dll approach) 2015-04-13 10:53:14 -04:00
Steve Bohlen
a24cb2de8e GH-107 - fixing errant build script oversight resulting in linking to improper version of NHibernate.dll in misc cases 2015-04-11 15:46:19 -04:00
antonio.anzivino
064112ab42 Merge branch 'master' of https://github.com/spring-projects/spring-net into spring-projects-master
Conflicts:
	Spring.Net.2010.sln
2015-04-09 18:04:00 +02:00
Steve Bohlen
45e67d88dd renaming project to identify specifically as NHibernate4 2015-03-27 17:45:36 -04:00
Steve Bohlen
0da57da488 integrate new test project into build script 2015-03-27 17:34:13 -04:00
Steve Bohlen
2280762d1e update desc of AssemblyInfo inadvertently left as Hib 3 when copied initially 2015-03-27 12:28:03 -04:00
Steve Bohlen
8ee1d51245 minor renaming to improve clarity 2015-03-27 12:07:58 -04:00
Steve Bohlen
92cfa7129c rename test project to improve clarity of intent 2015-03-27 12:04:55 -04:00
Steve Bohlen
fac1a98dc8 remove extraneous HibernateTemplate from test fixture injection 2015-03-27 11:56:01 -04:00
Steve Bohlen
6697e8a124 rename test project to reflect tx promotion integration tests 2015-03-27 11:52:31 -04:00
Steve Bohlen
9c5a7ec3ba removing tests, etc. related to CustomSpring132HibernateTxScopeTransactionManager as no longer necessary now that changes are in HibernateTxScopeTransactionManager directly 2015-03-27 11:21:30 -04:00
Steve Bohlen
682a5b0b56 moving test DB + table from sep. DB into Spring DB 2015-03-27 11:16:43 -04:00
Steve Bohlen
7b4cfc772e update test conn string to coordinate with creds used elsewhere in test suite 2015-03-27 11:05:22 -04:00
Steve Bohlen
8d437306af Merge branch 'master' of https://github.com/ynauls/spring-net into ynauls-master 2015-03-27 10:39:30 -04:00
Steve Bohlen
829d04f786 SPRNET-1444 - revert commits on this issue to return DefaultIsolationLevel for tx advice from Unspecified back to ReadCommitted 2015-03-21 14:52:05 -04:00
djechelon
e46320ecbb NOW tests pass 2015-03-15 18:54:34 +01:00
djechelon
f54eeae380 All files are created equal. Some property files are more equal than others 2015-03-14 22:17:30 +01:00
Steve Bohlen
72c2f580c1 add app.config to register NamespaceParser from new Spring.Template.Velocity.Castle assembly in place of "well-known" parser in other assembly 2015-03-14 14:56:15 -04:00
antonio.anzivino
4623d52a56 Spring Castle NVelocity with tests 2015-03-10 18:00:55 +01:00
Yerko Nauls
0907b9a796 Added custom TX Scope Manager and test fixture that shows original error. 2015-03-08 15:46:17 -04:00
Yerko Nauls
50c4683db1 pushing project "Spring.SessionFactoryImplError.Tests" to help troubleshoot https://github.com/spring-projects/spring-net/issues/96#issuecomment-73162888 2015-02-20 11:46:56 -05:00
Steve Bohlen
1c562f8fe6 update to NHibernate 4.0.3 2015-02-15 10:15:08 -05:00
Sean Gilliam
ca42957beb Fixed several typos 2015-02-03 16:45:16 -06:00
Steve Bohlen
c7f943e0c4 update .build files for MVC 4 and 5 /src/ and /test/ to reflect udates to LINKed source files strategy 2015-02-02 20:14:52 -05:00
Steve Bohlen
bef1d522a8 remove unnecessary source duplication in MVC Tests and replace with source file LINKs 2015-02-02 17:56:38 -05:00