add new remote that does local calls
Signed-off-by: Nico Schottelius <nico@brief.schottelius.org>feature_files_export
parent
09fd809032
commit
184e2bd9c5
|
@ -0,0 +1 @@
|
|||
../../../other/examples/remote/local
|
|
@ -5,6 +5,9 @@ Changelog
|
|||
* Exception: No braces means author == Nico Schottelius
|
||||
|
||||
|
||||
2.1.0pre6:
|
||||
* New Example: Turn remote calls into local calls (used for unittesting)
|
||||
|
||||
2.1.0pre5: 2012-11-01
|
||||
* Core: First round of tests updated to work with multiple configuration directories
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
This effectively turns remote calling into local calling.
|
||||
|
||||
Probably most useful for the unittesting.
|
Loading…
Reference in New Issue