Sean Kaim
|
fd5e3e24df
|
Run tests from local resources
|
2017-01-06 11:16:02 -05:00 |
|
Sean Kaim
|
051dd2e567
|
Add Beta and Dev tests
|
2017-01-04 11:15:51 -05:00 |
|
Sean Kaim
|
17ccf40082
|
re-add version check & adjust CPU target for tests
fixed compliler warning regarding architecture mismatch.
|
2017-01-04 10:47:23 -05:00 |
|
Sean Kaim
|
0aed66df47
|
fix build & test failure
|
2017-01-03 18:17:03 -05:00 |
|
Sean Kaim
|
355f48b6ba
|
We want only Valid info!
|
2016-12-16 17:29:03 -05:00 |
|
Sean Kaim
|
d1a6526c22
|
Added functional UpdateStableChannel test
It's working! It's working!
|
2016-12-16 17:27:57 -05:00 |
|
Sean Kaim
|
975a308647
|
reworking code to better test & code cleanup
|
2016-12-15 17:44:55 -05:00 |
|
Sean Kaim
|
3f65e1bfa0
|
add tests for update channels
Some code clean up as well...
|
2016-12-13 10:31:16 -05:00 |
|
David Sparer
|
cc15c12d19
|
Resolved bug with deserializing confCons v2.5 custom password full encryption files
|
2016-11-21 10:01:34 -07:00 |
|
David Sparer
|
50e7b89b15
|
Added test for deserializing confCons v2.5 custom password full encryption files
|
2016-11-21 10:00:55 -07:00 |
|
David Sparer
|
dbcf15e45b
|
Created test to ensure deserializing confCons v2.5 w/ full encryption works
|
2016-11-21 09:05:35 -07:00 |
|
David Sparer
|
7ba7e0b2d8
|
resolved the issue with inheritance not being applied correctly for folders. created a few tests to help guard against this from happening again.
|
2016-11-15 10:15:49 -07:00 |
|
David Sparer
|
0391eabc79
|
fixed some test files
|
2016-11-15 10:14:35 -07:00 |
|
David Sparer
|
51fa8994c3
|
Resaved test file with KdfIterations=5000
|
2016-11-02 16:04:05 -06:00 |
|
David Sparer
|
78852b7119
|
Added a test to ensure we can serialize then deserialize with custom kdf values
|
2016-11-02 15:59:53 -06:00 |
|
Sean Kaim
|
dcecd30e7c
|
Fix build failure (tests)
|
2016-11-02 17:00:37 -04:00 |
|
Sean Kaim
|
60cd2c2b12
|
RDP audioqualitymode option
fixes #172
|
2016-11-02 15:49:45 -04:00 |
|
David Sparer
|
314e5bc364
|
minor cleanup
|
2016-10-25 11:40:43 -06:00 |
|
David Sparer
|
a294bfde11
|
Added test to ensure that strings with international characters are serialized and deserialized correctly
|
2016-10-25 11:40:01 -06:00 |
|
David Sparer
|
806da552ce
|
Added a test for serializing a single connection node
|
2016-10-25 09:34:03 -06:00 |
|
David Sparer
|
e098970d82
|
Added some tests to ensure that the xml serializer produces output that the deserializer can handle.
|
2016-10-25 08:25:57 -06:00 |
|
David Sparer
|
6ca5f5e877
|
minor cleanup
|
2016-10-25 08:14:49 -06:00 |
|
David Sparer
|
6b023c5fb6
|
Simplified the xml serializer by chunking it into appropriate classes
|
2016-10-24 15:40:28 -06:00 |
|
David Sparer
|
e9ead72e79
|
Added logic to the XmlConnectionsDocumentCompiler to respect the FullFileEncryption flag
|
2016-10-24 14:54:08 -06:00 |
|
David Sparer
|
513edc58ab
|
Created XmlConnectionsDocumentEncryptor to handle encrypting the entire connections xml file
|
2016-10-24 14:51:48 -06:00 |
|
David Sparer
|
fd7e7bd439
|
Created a class to handle compiling the structure of the xml document (child/parent relationships)
|
2016-10-24 13:12:39 -06:00 |
|
David Sparer
|
f510f20f57
|
Created an xml serializer specifically for dealing with the root connections node
|
2016-10-24 11:47:35 -06:00 |
|
David Sparer
|
a0a92b9b40
|
RootNodeInfo.PasswordString will now return either a custom password (if one is set) otherwise the default password
|
2016-10-24 11:24:35 -06:00 |
|
David Sparer
|
ba878c7587
|
Moved some of the responsibility of the default encryption password into the RootNodeInfo class. This simplifies serialization a bit, though may not be the best place for storing encryption passwords
|
2016-10-24 10:51:59 -06:00 |
|
David Sparer
|
f1f76a4910
|
XmlConnectionNodeSerializer now respects save filter settings for serializing inheritance
|
2016-10-24 09:04:51 -06:00 |
|
David Sparer
|
3ea4bc29ba
|
Began splitting individual xml element serialization from serializing the structure of the document. Created unit tests to ensure the attributes are serialized correctly
|
2016-10-21 12:47:20 -06:00 |
|
David Sparer
|
1ed475d469
|
Test for confversion serialized
|
2016-10-19 18:03:45 -06:00 |
|
David Sparer
|
e11413eab8
|
The XmlConnectionsSerializer now looks to its crypto provider for the value of KdfIterations. This insulates the function from global state (Settings)
|
2016-10-19 18:00:14 -06:00 |
|
David Sparer
|
7376ff1c9b
|
XmlSerializer now requires a cryptoprovider be given to the ctor. Reduces reliance on global state (Settings)
|
2016-10-19 17:43:02 -06:00 |
|
David Sparer
|
d427e3e0ae
|
Fixed CryptoFactory tests
|
2016-10-19 17:26:18 -06:00 |
|
David Sparer
|
550119a53a
|
Modified the ICryptographyProvider interface to require getters for the cipher engine and mode using their enum types
|
2016-10-19 17:17:28 -06:00 |
|
David Sparer
|
2b9b872ad4
|
Added test
|
2016-10-19 15:28:44 -06:00 |
|
David Sparer
|
01529a8028
|
Began creating tests for the XmlConnectionsSerializer
|
2016-10-18 15:27:59 -06:00 |
|
David Sparer
|
e6a00f7935
|
Merge branch 'develop' into Create_more_tests
# Conflicts:
# mRemoteNGTests/mRemoteNGTests.csproj
|
2016-10-18 08:55:28 -06:00 |
|
Sean Kaim
|
e5d625f294
|
code clean up
|
2016-10-17 21:25:04 -04:00 |
|
Sean Kaim
|
6e3bfcdf04
|
Remove unused code
|
2016-10-17 20:52:36 -04:00 |
|
David Sparer
|
9a1cb822d1
|
Created tests for the NodeSearcher
|
2016-10-17 13:14:29 -06:00 |
|
David Sparer
|
2070a98a72
|
Minor cleanup
|
2016-10-17 12:32:33 -06:00 |
|
David Sparer
|
b97410dab7
|
Removed unused/unnecessary code
|
2016-10-17 12:25:07 -06:00 |
|
David Sparer
|
d47bc021a5
|
Added a test for GetDefaultPort
|
2016-10-17 12:04:38 -06:00 |
|
David Sparer
|
0b2dfecf27
|
Created more containerinfo tests
|
2016-10-17 11:45:59 -06:00 |
|
David Sparer
|
46ea97333e
|
Added more tests for the containerinfo
|
2016-10-17 11:19:27 -06:00 |
|
David Sparer
|
598a9f6a0f
|
Added a few more tests for the LegacyRijndaelCryptographyProvider
|
2016-10-17 10:31:36 -06:00 |
|
David Sparer
|
da4fe41f34
|
Added extra test to cover setting the authenticator max attempts
|
2016-10-17 09:24:40 -06:00 |
|
David Sparer
|
91fe4050b2
|
Modified several tests that were failing on some machines due to differing environment variables. Tests are now more resilient
|
2016-10-14 13:09:35 -06:00 |
|