You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<Description>LINQ to DB is a data access technology that provides a run-time infrastructure for managing relational data as objects. This package is a provider for DB2 on the IBM iSeries.</Description>
Copy file name to clipboardExpand all lines: Tests How-to.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@
7
7
8
8
- How to maintain the tests from upstream
9
9
10
-
The test have been set up in a way that tests from upstream can be simply copied over. You have to copy only the source code files and not the project files as follows:
10
+
The tests have been set up in a way that tests from upstream can be simply copied over. You have to copy only the source code files and not the project files as follows:
11
11
12
12
- Copy all code (e.g. exlude \bin, \obj and .csproj file) from :
13
13
Tests\Base (except CustomizationSupport folder)
14
-
Tests\Linq (apply customization changes to the TestsInitialization.cs make class partial and InitCustom() invocation in Initialize())
0 commit comments