You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by hs...@apache.org on 2014/06/06 02:39:18 UTC

git commit: Simple commit to align Test annotation to check Git access.

Repository: gora
Updated Branches:
  refs/heads/master 740253c90 -> 8bdb4559e


Simple commit to align Test annotation to check Git access.


Project: http://git-wip-us.apache.org/repos/asf/gora/repo
Commit: http://git-wip-us.apache.org/repos/asf/gora/commit/8bdb4559
Tree: http://git-wip-us.apache.org/repos/asf/gora/tree/8bdb4559
Diff: http://git-wip-us.apache.org/repos/asf/gora/diff/8bdb4559

Branch: refs/heads/master
Commit: 8bdb4559e621511f174038be661ef4a5cbbef15c
Parents: 740253c
Author: Henry Saputra <he...@gmail.com>
Authored: Thu Jun 5 17:15:26 2014 -0700
Committer: Henry Saputra <he...@gmail.com>
Committed: Thu Jun 5 17:15:26 2014 -0700

----------------------------------------------------------------------
 .../java/org/apache/gora/examples/TestWebPageDataCreator.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/gora/blob/8bdb4559/gora-core/src/test/java/org/apache/gora/examples/TestWebPageDataCreator.java
----------------------------------------------------------------------
diff --git a/gora-core/src/test/java/org/apache/gora/examples/TestWebPageDataCreator.java b/gora-core/src/test/java/org/apache/gora/examples/TestWebPageDataCreator.java
index fde39ab..68fbfb1 100644
--- a/gora-core/src/test/java/org/apache/gora/examples/TestWebPageDataCreator.java
+++ b/gora-core/src/test/java/org/apache/gora/examples/TestWebPageDataCreator.java
@@ -11,7 +11,8 @@ import org.junit.runners.JUnit4;
 @RunWith(JUnit4.class)
 public class TestWebPageDataCreator {
 
-  @Test public void testCreatesData() throws IOException{
+  @Test 
+  public void testCreatesData() throws IOException{
     MemStore<String, WebPage> dataStore = new MemStore<String, WebPage>();
     WebPageDataCreator.createWebPageData(dataStore);
   }