From 4562e41d33dfe81e305c20583983fba528ee1a9d Mon Sep 17 00:00:00 2001
From: Kevin Serrano <kevgagser@gmail.com>
Date: Tue, 7 Mar 2017 16:10:06 -0800
Subject: Fix tests until new ones to-be-written.

---
 test/unit/actions/config_test.js | 17 -----------------
 1 file changed, 17 deletions(-)

(limited to 'test')

diff --git a/test/unit/actions/config_test.js b/test/unit/actions/config_test.js
index 02704cb42..14198fa8a 100644
--- a/test/unit/actions/config_test.js
+++ b/test/unit/actions/config_test.js
@@ -37,26 +37,9 @@ describe ('config view actions', function() {
       }
 
       var result = reducers(initialState, action)
-      result = reducers(result, secondAction)
       assert.equal(result.metamask.provider.type, 'rpc')
       assert.equal(result.metamask.provider.rpcTarget, 'foo')
     })
-
-    it('should handle multiple requests to change the rpc gracefully', function() {
-      const action = {
-        type: actions.SET_RPC_TARGET,
-        value: 'foo',
-      }
-
-      const secondAction = {
-        type: actions.SET_RPC_LIST,
-        value: ['foo'],
-      }
-
-      var result = reducers(initialState, action)
-      var secondResult = reducers(result, action)
-      assert.equal(secondResult.metamask.frequentRpcList.length, 1)
-    })
   })
 
 })
-- 
cgit 

<pre>
The offical GNOME 3.18 release notes can be found at
https://help.gnome.org/misc/release-notes/3.18/

This update doesn't contain the glib/gtk c++ bindings which will
be done in a another update due to the requirement on c++11 and the
amount of fallout this probably will give.

GDM is still at version 3.16 due to some issues.

Bump mate-themes to use the gtk 3.18 version of the themes.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:	207006
</pre>
</div>
</content>
</entry>
<entry>
<title>The FreeBSD GNOME team proudly presents GNOME 3.16 for FreeBSD.</title>
<updated>2015-08-05T19:13:24+00:00</updated>
<author>
<name>kwm</name>
<email>kwm@FreeBSD.org</email>
</author>
<published>2015-08-05T19:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://tfcis.org/~lantw44/cgit/cgit.cgi/freebsd-ports-graphics/commit/?id=bc6e07a29987571d80b4d847a2dc03a3b52e9d60'/>
<id>bc6e07a29987571d80b4d847a2dc03a3b52e9d60</id>
<content type='text'>
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offical GNOME 3.16 release notes can be found at https://help.gnome.org/misc/release-notes/3.16/

Upgrade instructions for port users:

Delete the old tracker package with:
# pkg delete -f tracker
And user port upgrade tool of choice to upgrade.

Thanks to Antoine Brodin for running the exp-runs.

This release was made possible by the following people:
  Gustau Perez
  Ting-Wei_Lan

PR:		201980
</pre>
</div>
</content>
</entry>