Skip to content

Commit be8fe0e

Browse files
author
LoneWandererProductions
committed
Improve MemoryVault.
1 parent 8699d07 commit be8fe0e

25 files changed

Lines changed: 258 additions & 113 deletions

CommonLibraryTests/AlgebraTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/AlgebraTests.cs
4+
* FILE: AlgebraTests.cs
55
* PURPOSE: Some simple Algebra Tes
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/DataFormatterTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/DataFormatterTests.cs
4+
* FILE: DataFormatterTests.cs
55
* PURPOSE: Some basic tests for DataFormatter
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/FractureTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/FractureTests.cs
4+
* FILE: FractureTests.cs
55
* PURPOSE: Tests for the Fracture Class
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/HelperMethods.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/HelperMethods.cs
4+
* FILE: HelperMethods.cs
55
* PURPOSE: Helper Methods
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/InterOps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/InterOps.cs
4+
* FILE: InterOps.cs
55
* PURPOSE: We try to test basic Interop functions
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/IoFileHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/IoFileHandler.cs
4+
* FILE: IoFileHandler.cs
55
* PURPOSE: Tests for IoFileHandler
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/IoFileHandlerInternal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/IoFileHandlerInternal.cs
4+
* FILE: IoFileHandlerInternal.cs
55
* PURPOSE: Tests for IoFileHandler, internal stuff
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/IoFileSearch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/IoFileSearch.cs
4+
* FILE: IoFileSearch.cs
55
* PURPOSE: Tests for IoFileHandler and mostly the search part
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/LightObjectTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/LightObjectTests.cs
4+
* FILE: LightObjectTests.cs
55
* PURPOSE: Tests for my Light Vector Library
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

CommonLibraryTests/LightVectorSaveTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/*
22
* COPYRIGHT: See COPYING in the top level directory
33
* PROJECT: CommonLibraryTests
4-
* FILE: CommonLibraryTests/LightVectorSaveTests.cs
4+
* FILE: LightVectorSaveTests.cs
55
* PURPOSE: Tests for IoFileHandler and mostly the save part
66
* PROGRAMER: Peter Geinitz (Wayfarer)
77
*/

0 commit comments

Comments
 (0)