builtin upload to reviewboard no longer works? (KDevelop 4.7 git)
René J.V. Bertin
rjvbertin at gmail.com
Sun Dec 14 12:45:51 GMT 2014
On Sunday December 14 2014, René J.V. Bertin wrote regarding "builtin upload to reviewboard no longer works? (KDevelop 4.7 git)"
Bug reported: https://bugs.kde.org/show_bug.cgi?id=341875
R
---------------------------------------------
Using Kdevelop KF5 git/head against KDE 5 Frameworks from KUbuntu's Project Neon 5:
===================
starting... QUrl( "https://rjvbb@git.reviewboard.kde.org/api/review-requests/" ) "repository=/repositories/kwallet.git/"
content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
starting... QUrl( "https://rjvbb@git.reviewboard.kde.org/api/review-requests/121500/diffs/" ) "------------rmSfvNJJeLqMNaQwqhgI2TkB2cUsDlp4VGjQd0jILXcj52duiJCimvr
Content-Disposition: form-data; name="basedir"
/
------------rmSfvNJJeLqMNaQwqhgI2TkB2cUsDlp4VGjQd0jILXcj52duiJCimvr
Content-Disposition: form-data; name="path"; filename="kdevelop_t12140.patch"
Content-Type: text/x-patch
diff --git a/tests/KWallet/kwallettest.h b/tests/KWallet/kwallettest.h
index 2936ac1..b42a5fe 100644
--- a/tests/KWallet/kwallettest.h
+++ b/tests/KWallet/kwallettest.h
@@ -33,6 +33,8 @@ public:
private Q_SLOTS:
void init();
void testWallet();
+protected:
+ void QVERIFY2(bool hasFolder, const char* arg2);
};
#endif
------------rmSfvNJJeLqMNaQwqhgI2TkB2cUsDlp4VGjQd0jILXcj52duiJCimvr--
"
===================
# with kdevelop 4.7 and kdelibs 4.14.2 from (K)Ubuntu's repo:
===================
starting... QUrl( "https://rjvbb:*@git.reviewboard.kde.org/api/review-requests/" ) "repository=/repositories/kwallet.git/"
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20 (X_GetProperty)
Resource id: 0x12002ff
content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
starting... QUrl( "https://rjvbb:*@git.reviewboard.kde.org/api/review-requests/121502/diffs/" ) "------------y2JQxlWu3WzuLM2R2VkxVY9ApAvOZIhVL1uImQBnv8hEVkfXDNVgter
Content-Disposition: form-data; name="basedir"
/
------------y2JQxlWu3WzuLM2R2VkxVY9ApAvOZIhVL1uImQBnv8hEVkfXDNVgter
Content-Disposition: form-data; name="path"; filename="kdevelopk129772.patch"
Content-Type: text/x-patch
diff --git tests/KWallet/kwallettest.h tests/KWallet/kwallettest.h
index 2936ac1..b42a5fe 100644
--- tests/KWallet/kwallettest.h
+++ tests/KWallet/kwallettest.h
@@ -33,6 +33,8 @@ public:
private Q_SLOTS:
void init();
void testWallet();
+protected:
+ void QVERIFY2(bool hasFolder, const char* arg2);
};
#endif
------------y2JQxlWu3WzuLM2R2VkxVY9ApAvOZIhVL1uImQBnv8hEVkfXDNVgter--
"
Could not upload the patch "Request Error: One or more fields had errors"
===================
# with kdevelop 4.7 git/4.7 (and ditto kdevplatform), kdelibs 4.14.3 git/4.14:
===================
starting... QUrl( "https://rjvbb:*@git.reviewboard.kde.org/api/review-requests/" ) "repository=/repositories/kwallet.git/"
X Error: BadWindow (invalid Window parameter) 3
Major opcode: 20 (X_GetProperty)
Resource id: 0x12002d6
content-type missing in HTTP POST, defaulting to application/x-www-form-urlencoded. Use QNetworkRequest::setHeader() to fix this problem.
starting... QUrl( "https://rjvbb:*@git.reviewboard.kde.org/api/review-requests/121505/diffs/" ) "------------q7RhJ5Qhy6OYXa3JcxoGzLpBzJuKF2s57HmPMA6IGTqm3s5dntsnChw
Content-Disposition: form-data; name="basedir"
/
------------q7RhJ5Qhy6OYXa3JcxoGzLpBzJuKF2s57HmPMA6IGTqm3s5dntsnChw
Content-Disposition: form-data; name="path"; filename="kdevelopB155842.patch"
Content-Type: text/x-patch
diff --git tests/KWallet/kwallettest.h tests/KWallet/kwallettest.h
index 2936ac1..b42a5fe 100644
--- tests/KWallet/kwallettest.h
+++ tests/KWallet/kwallettest.h
@@ -33,6 +33,8 @@ public:
private Q_SLOTS:
void init();
void testWallet();
+protected:
+ void QVERIFY2(bool hasFolder, const char* arg2);
};
#endif
------------q7RhJ5Qhy6OYXa3JcxoGzLpBzJuKF2s57HmPMA6IGTqm3s5dntsnChw--
"
Could not upload the patch "Request Error: One or more fields had errors"
===================
More information about the KDevelop
mailing list