Commit graph

174 commits

Author SHA1 Message Date
Ryan X. Charles
8c1c0b211e remove console.log from test
...cluttering the console.log output looks bad and can be avoided using methods
like this.
2014-06-18 09:32:19 -07:00
Matias Alejo Garcia
a83aa869fd remove .only 2014-06-17 23:16:15 -03:00
Matias Alejo Garcia
cd71ce4421 fix conflics 2014-06-17 16:25:38 -03:00
Matias Alejo Garcia
710c9c9657 fix tests 2014-06-17 14:02:39 -03:00
Ryan X. Charles
13350d21b3 fix more tests broken in last rebase 2014-06-17 09:39:41 -07:00
Ryan X. Charles
4ba6eeafb5 fix karma tests
by using require('sinon') not incorrect require('../sinon')
2014-06-17 09:08:58 -07:00
Ryan X. Charles
e413ec43ef add TxProposals test; fix WalletFactory link 2014-06-17 09:03:30 -07:00
Ryan X. Charles
de4225cc3f make WalletFactory tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles
46efea1243 make Wallet tests work in mocha browser 2014-06-17 09:03:30 -07:00
Ryan X. Charles
f7e34acae8 make mocha browser tests all run with no console errors
...except Wallet and WalletFactory.
2014-06-17 09:03:30 -07:00
Manuel Aráoz
9e79e58c35 Merge pull request #687 from cmgustavo/bug/test-storage
Fixes on storage tests (removes current localStorage)
2014-06-17 11:04:48 -03:00
Gustavo Maximiliano Cortez
03993b5172 Merge pull request #686 from maraoz/automatic/backup
Automatic backup after create/join
2014-06-17 10:56:27 -03: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
Manuel Araoz
4b81bc1fdb add tests 2014-06-16 17:40:59 -03:00
Matias Alejo Garcia
2c60fd91c0 implements delete wallet, in backuptab 2014-06-16 17:37:33 -03:00
Yemel Jardi
6ab77e8711 Add user notifications on transaction signed and rejected events 2014-06-16 15:38:26 -03:00
Matias Alejo Garcia
00ca9f1c32 make unit configurable in settings. update after @cmgustavo comments 2014-06-16 12:44:18 -03:00
Matias Alejo Garcia
4fe58ec446 update to master 2014-06-13 19:47:11 -03:00
Matias Alejo Garcia
727bf8524a implement BITS + tests 2014-06-13 19:46:47 -03:00
Gustavo Cortez
8c2a784d86 Fix Conflicts:
bower.json
2014-06-13 15:01:32 -03:00
Manuel Aráoz
8d3ebcc0e2 Merge pull request #673 from yemel/feature/proposal-comments
Add user comment to transaction propossal
2014-06-13 11:30:12 -03:00
Yemel Jardi
bcbb6b54d1 Add user comment to transaction propossal 2014-06-13 10:33:30 -03:00
Manuel Araoz
2bec53135c fix older tests 2014-06-12 14:36:00 -03:00
Manuel Araoz
322a793b62 trying to fix tests 2014-06-12 14:36:00 -03:00
Manuel Araoz
a5cef11e47 trying to fix failing test 2014-06-12 14:35:59 -03:00
Manuel Araoz
b568473d0e add fail search script 2014-06-12 14:35:59 -03:00
Ryan X. Charles
b1eb0bffbc Merge pull request #662 from yemel/fix/password-strength-hint
Change wording of very weak password, add strength tip, add tests
2014-06-12 09:45:50 -07:00
Gustavo Cortez
d746110f96 Tests for different amounts. 2014-06-12 11:12:59 -03:00
Yemel Jardi
5c56b7972f Change wording of very weak password, add strength tip, add tests 2014-06-11 15:39:56 -03:00
Matias Alejo Garcia
57464a2a48 update references to bitcore 2014-06-11 10:05:48 -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
87d9afdf91 fix broken test
test needed to be updated to be aware that obj must have a name
2014-06-10 07:55:58 -07:00
Matias Alejo Garcia
d0e20c1bff progressive reconnect time 2014-06-09 20:09:18 -03:00
Matias Alejo Garcia
be7e122b0a rm variable reconnect time 2014-06-09 20:09:18 -03:00
Gustavo Maximiliano Cortez
43806a5825 Merge pull request #623 from matiu/feature/livenet2
Feature/livenet2
2014-06-09 18:10:51 -03:00
Matias Alejo Garcia
8e8bf1fb84 update to use pkr.networkName 2014-06-09 18:01:15 -03:00
Matias Alejo Garcia
60ed55b564 fix tests 2014-06-09 17:52:51 -03:00
Manuel Araoz
2fe08a258d add test for sendTx 2014-06-09 17:52:08 -03:00
Manuel Araoz
697dea673a add more tests and fix some bugs 2014-06-09 17:29:13 -03:00
Matias Alejo Garcia
88116dab25 add config for video, add names in footer 2014-06-09 15:59:18 -03:00
Matias Alejo Garcia
5ff8ad236a fix tests 2014-06-09 11:41:13 -03:00
Matias Alejo Garcia
abcbda8cf4 fixing tests 2014-06-09 11:34:43 -03:00
Manuel Araoz
84b3752a58 add coverage, skip failing tests 2014-06-09 11:19:53 -03:00
Manuel Araoz
70d95b6f68 add more test coverage for Wallet 2014-06-09 11:19:53 -03:00
Manuel Araoz
13a9eebd9d add Passphrase test 2014-06-09 11:19:53 -03:00
Manuel Araoz
4271a7ff1e remove log 2014-06-05 15:44:56 -03:00
Manuel Araoz
c63331907e fix test 2014-06-05 15:43:43 -03:00
Gustavo Maximiliano Cortez
69e31e2a79 Merge pull request #565 from matiu/feature/reconnectInsight
insight REST API retry
2014-06-05 14:54:52 -03:00
Manuel Araoz
37d778c1c3 add coverage reports 2014-06-05 13:30:01 -03:00
Matias Alejo Garcia
da7c2c88db insight REST API retry 2014-06-05 12:18:54 -03:00