This is an automated email from the ASF dual-hosted git repository.

normanbreau pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-common.git


The following commit(s) were added to refs/heads/master by this push:
     new c051e5d  test: Removed obsolete test (#198)
c051e5d is described below

commit c051e5d1368b3fc15cdd927dcb328747c771aef3
Author: Norman Breau <nor...@nbsolutions.ca>
AuthorDate: Tue Jan 31 22:01:25 2023 -0400

    test: Removed obsolete test (#198)
---
 spec/PluginInfo/PluginInfo.spec.js | 10 ----------
 1 file changed, 10 deletions(-)

diff --git a/spec/PluginInfo/PluginInfo.spec.js 
b/spec/PluginInfo/PluginInfo.spec.js
index 1aaca7f..aa63ec4 100644
--- a/spec/PluginInfo/PluginInfo.spec.js
+++ b/spec/PluginInfo/PluginInfo.spec.js
@@ -84,16 +84,6 @@ describe('PluginInfo', function () {
         });
     });
 
-    // describe('Preference', () => {
-    //     // XML passthrough for preferences is not supported because 
multiple preferences will override each other.
-    //     // https://github.com/apache/cordova-common/issues/182
-    //     // it('Test 007: Preference supports xml passthrough', function () {
-    //     //     const preferences = 
pluginPassthrough.getPreferences('android');
-    //     //     console.log(preferences);
-    //     //     expect(preferences.passthroughpref.anattrib).toBe('value');
-    //     // });
-    // });
-
     describe('Asset', () => {
         it('Test 008: Asset supports xml passthrough', function () {
             const assets = pluginPassthrough.getAssets('android');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to