From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: spearce@spearce.org
Cc: git@vger.kernel.org, Robin Rosenberg <robin.rosenberg@dewire.com>
Subject: [EGIT PATCH 0/7] Import Wizard cleanup fixes and test
Date: Thu, 8 Jan 2009 17:56:24 +0100 [thread overview]
Message-ID: <1231433791-9267-1-git-send-email-robin.rosenberg@dewire.com> (raw)
This series cleans up a few missing things regarding URI parsing
concering Windows paths, missing shortcuts and a couple of string
not using the NLS mechanism.
The last patch is experimental. It is a fully automatic test of
the import wizard. It must be in the Java or Classic Edition of
Eclipse (the JEE version starts with the wrong perspective) and
ran for me on Linux (UTF-8) and Windows. It also required the
SWTBot 2.0 dev edition to work.
-- robin
Robin Rosenberg (7):
Create the import wizard question checkbox properly
Fix two strings in the cloning wizard that were not translated.
Add shortcuts to the Git cloning wizard
Normalize paths to /-format when parsing GIT URI's
Add UNC test case to URIish test
Treat null scheme as file: in git import wizard
Create an automatic UI test for the Git Import Wizard
org.spearce.egit.ui.test/.classpath | 8 +
org.spearce.egit.ui.test/.project | 28 ++
.../.settings/org.eclipse.jdt.core.prefs | 320 +++++++++++++
.../All org.spearce.egit.ui tests.launch | 41 ++
org.spearce.egit.ui.test/META-INF/MANIFEST.MF | 19 +
org.spearce.egit.ui.test/build.properties | 4 +
.../ui/internal/sharing/GitCloneWizardTest.java | 480 ++++++++++++++++++++
.../src/org/spearce/egit/ui/test/Activator.java | 50 ++
.../src/org/spearce/egit/ui/UIText.java | 6 +
.../ui/internal/clone/CloneDestinationPage.java | 4 +-
.../components/RepositorySelectionPage.java | 14 +-
.../src/org/spearce/egit/ui/uitext.properties | 32 +-
.../tst/org/spearce/jgit/transport/URIishTest.java | 20 +
.../src/org/spearce/jgit/transport/URIish.java | 3 +-
14 files changed, 1006 insertions(+), 23 deletions(-)
create mode 100644 org.spearce.egit.ui.test/.classpath
create mode 100644 org.spearce.egit.ui.test/.project
create mode 100644 org.spearce.egit.ui.test/.settings/org.eclipse.jdt.core.prefs
create mode 100644 org.spearce.egit.ui.test/All org.spearce.egit.ui tests.launch
create mode 100644 org.spearce.egit.ui.test/META-INF/MANIFEST.MF
create mode 100644 org.spearce.egit.ui.test/build.properties
create mode 100644 org.spearce.egit.ui.test/src/org/spearce/egit/ui/internal/sharing/GitCloneWizardTest.java
create mode 100644 org.spearce.egit.ui.test/src/org/spearce/egit/ui/test/Activator.java
next reply other threads:[~2009-01-08 16:57 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-01-08 16:56 Robin Rosenberg [this message]
2009-01-08 16:56 ` [EGIT PATCH 1/7] Create the import wizard question checkbox properly Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 2/7] Fix two strings in the cloning wizard that were not translated Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 3/7] Add shortcuts to the Git cloning wizard Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 4/7] Normalize paths to /-format when parsing GIT URI's Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 5/7] Add UNC test case to URIish test Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 6/7] Treat null scheme as file: in git import wizard Robin Rosenberg
2009-01-08 16:56 ` [EGIT PATCH 7/7] Create an automatic UI test for the Git Import Wizard Robin Rosenberg
2009-01-08 18:45 ` Robin Rosenberg
2009-01-08 18:57 ` Robin Rosenberg
2009-01-12 16:45 ` Shawn O. Pearce
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1231433791-9267-1-git-send-email-robin.rosenberg@dewire.com \
--to=robin.rosenberg@dewire.com \
--cc=git@vger.kernel.org \
--cc=spearce@spearce.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).