Commit Graph

219 Commits

Author SHA1 Message Date
Arthur Britto
bbef32bcd7 UT: Revise for new request_ripple_balance. 2013-03-14 15:35:30 -07:00
Arthur Britto
7f60f94fc9 UT: Enable a ripple_path_find unit test. 2013-03-14 14:16:55 -07:00
Arthur Britto
2cc2018240 UT: Fix unit tests fro default paths. 2013-03-08 15:54:24 -08:00
Arthur Britto
446120c456 UT: add test showing sending IOUs with source as issuer is broken. 2013-03-08 13:56:33 -08:00
Arthur Britto
3a8d85d9c4 Publish transaction due to subscribe accounts as type "transaction". 2013-03-04 19:24:20 -08:00
Arthur Britto
522d4f642a JS: Rename ADDRESS_ to ACCOUNT_ to be consistent with C++. 2013-03-03 22:35:00 -08:00
Stefan Thomas
0ad2d77d02 JS: Fix erroneous base58 decoding and add tests for issue. 2013-02-26 13:56:40 +01:00
Stefan Thomas
380523a462 Library now correctly rewinds, remove manual rewind from tests. 2013-02-26 11:01:40 +01:00
Stefan Thomas
1a3b28a668 JS: More tests for equals. 2013-02-22 13:47:47 +01:00
Stefan Thomas
50b5644334 JS: Add a way for the test suite to change Amount#equals, so it ignores issuers. 2013-02-22 13:46:50 +01:00
Stefan Thomas
0641d38dc1 JS: More tests for Amount#equals and Amount#not_equals_why. 2013-02-22 12:48:05 +01:00
Stefan Thomas
aa77f433e4 JS: Failing test. Amount#equals does not compare exponent. 2013-02-21 23:06:22 +01:00
Arthur Britto
9ac327f6cb UT: Add a path find test. (disabled) 2013-02-13 21:07:14 -08:00
Arthur Britto
61c84eba2e UT: Add test for OfferCreate respecting reserves and unfunded source. 2013-02-11 23:02:13 -08:00
Arthur Britto
e44fa621e4 UT: Throw if nodejs version is less than 0.8.18. 2013-02-07 18:39:33 -08:00
jed
c4cbc509d3 didn't mean to check that in 2013-02-06 11:39:47 -08:00
jed
e8b17ef082 Merge branch 'book'
Conflicts:
	src/cpp/ripple/OrderBookDB.cpp
	src/cpp/ripple/OrderBookDB.h
	src/cpp/ripple/Pathfinder.cpp
2013-02-05 13:47:25 -08:00
jed
eb27240610 first draft 2013-02-05 13:04:38 -08:00
Arthur Britto
83e8e7c624 Many fixes for path finding. 2013-02-04 15:40:37 -08:00
Arthur Britto
db83d90f05 UT: Add tests for rippling from XRP. 2013-02-02 19:16:16 -08:00
Stefan Thomas
39ba2613d9 JS: Added ripple.config.load convenience function. 2013-02-02 14:05:49 +01:00
Stefan Thomas
24dac24d29 Refactor JavaScript library.
- Separate classes in separate modules (files)
- Constants should be associated with a class
- Replace exports.config scheme with a config singleton
- Refactor base58 functions as a static class
2013-02-01 22:44:04 +01:00
Arthur Britto
ee65b779f9 UT: New offer test to test for problems seend in the field. 2013-01-28 21:14:14 -08:00
Arthur Britto
0bcf3db027 UT: Remove reserve tests which were't. 2013-01-28 11:29:08 -08:00
Arthur Britto
26a3cebf2e Don't let offer taker spend savings. 2013-01-27 11:52:02 -08:00
Arthur Britto
d978f59402 UT: Add offer test for negative balance, transfer fee, and miniscule funds. 2013-01-26 21:26:43 -08:00
Arthur Britto
1bc5fa3e41 UT: Clean up output. 2013-01-25 16:05:02 -08:00
Arthur Britto
c12399a44e Remove unhelpful test. 2013-01-25 16:00:31 -08:00
Arthur Britto
1653709dc2 UT: Improve offer tests. 2013-01-25 15:13:04 -08:00
Arthur Britto
fa37152e20 UT: Update offer-test for new Transaction split. 2013-01-25 14:24:34 -08:00
Arthur Britto
42f6f76e17 Merge branch 'master' of github.com:jedmccaleb/NewCoin 2013-01-25 03:23:22 -08:00
Stefan Thomas
851db1ce23 Split Transaction class off into separate file. 2013-01-24 20:40:48 +01:00
Arthur Britto
ec7ce16f68 Fix and improve offer taking and trust setting. 2013-01-23 21:36:37 -08:00
Arthur Britto
b572ba7c8d UT: remove unintentional focus. 2013-01-20 15:53:18 -08:00
Arthur Britto
d0d81a52f5 UT: fix transaction processing retry test. 2013-01-20 15:52:42 -08:00
Arthur Britto
fe2ffafb10 UT: Tests for ripple-client issue #23. 2013-01-19 18:53:42 -08:00
Arthur Britto
4ab11d14f3 UT: Fix Issue #5 test. 2013-01-19 16:35:21 -08:00
Arthur Britto
308ca21b97 Make tecUNFUNDED more specific and fix WalletAdd. 2013-01-19 14:15:56 -08:00
Arthur Britto
51bbe5ffc8 Add path test for issue #23. 2013-01-19 13:19:17 -08:00
Arthur Britto
76959ba1a7 UT: Add new test for retry logic - currently failing. 2013-01-18 17:57:23 -08:00
Arthur Britto
1568422fb7 UT: Test account subscription for nexus. 2013-01-17 13:02:41 -08:00
Arthur Britto
29ead4e3e0 UT: Add ledger_close to testutils. 2013-01-16 19:30:21 -08:00
Arthur Britto
6001be0f3b UT: Add test for nexus customer to customer with and without transfer fee 2013-01-15 16:50:45 -08:00
Arthur Britto
87ecbdf653 UT: Fix crossing own offer test. 2013-01-13 19:53:20 -08:00
Arthur Britto
8c5f08ad9b UT: More work on detecting standalone server exit. 2013-01-12 12:48:18 -08:00
Stefan Thomas
14b63f7407 Tests: Print an error when timing out due to server crash. 2013-01-10 15:57:20 +01:00
Stefan Thomas
e502badd2b Add test case for #7. 2013-01-09 18:29:12 +01:00
Arthur Britto
22a8f576e2 UT: Fix Issue #5 test to use 75/USD not 25/USD. 2013-01-06 21:21:11 -08:00
Arthur Britto
69a0d5ac16 UT: Remove focus from latest test. 2013-01-06 18:20:58 -08:00
Arthur Britto
ec85d58bdf UT: Add UT for issue #5. 2013-01-06 17:50:39 -08:00