Commit Graph

11 Commits

Author SHA1 Message Date
Matias Alejo Garcia 35ab711846 refactor lock warning and add tests 2014-08-12 15:26:15 -04:00
Gustavo Maximiliano Cortez fb3a7191e5 Updated mocha test 2014-08-07 20:40:39 -03:00
Yemel Jardi 9b1708b88e Save last opened wallet 2014-08-04 15:10:01 -03:00
Matias Alejo Garcia 248c18596c more tests 2014-07-08 19:52:47 -03:00
Matias Alejo Garcia fb2b6c40ba add tests to localencrypted 2014-07-08 19:11:48 -03:00
Ryan X. Charles ea2e2d4e19 run js-beautify on everything
...with two spaces. Command: js-beautify -s 2 -r [filename]
2014-06-24 08:36:32 -07:00
Gustavo Cortez 9462da95c0 Fixes on storage tests (removes current localStorage)
* Fix test that removes localStorage (made clean() function).
* Enable the test for LocalPlain model.
2014-06-16 17:50:02 -03:00
Ryan X. Charles c2ea0b79c2 fix getEncryptedObj test
getEncryptedObj doesn't even exist any more. I remove the test for that
function, and add a test for the new function, export, which replaces it.
2014-06-10 10:46:10 -07:00
Ryan X. Charles 0020faa84a get LocalEncrypted working the same way as File 2014-04-18 19:19:38 -03:00
Ryan X. Charles 69c5c3bc2e add setFromObj and getEncryptedObj to storage classes
This is so that you can export the file from the browser and use the same file
in the wallet file from the command-line. I have made encryption work
equivalently between the browser and node.
2014-04-17 18:04:56 -03:00
Manuel Araoz 609ba4ef71 renaming files 2014-04-16 11:55:18 -03:00