You are viewing a plain text version of this content. The canonical link for it is here.
Posted to olio-commits@incubator.apache.org by sh...@apache.org on 2009/04/02 03:50:34 UTC

svn commit: r761158 [4/4] - in /incubator/olio/webapp: php/trunk/public_html/css/ php/trunk/public_html/js/ php/trunk/public_html/js/tiny_mce/ php/trunk/views/ rails/trunk/ rails/trunk/app/views/addresses/ rails/trunk/app/views/comments/ rails/trunk/ap...

Modified: incubator/olio/webapp/rails/trunk/test/functional/users_controller_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/functional/users_controller_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/functional/users_controller_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/functional/users_controller_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 require 'users_controller'
 

Modified: incubator/olio/webapp/rails/trunk/test/selenium/_login.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/_login.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/_login.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/_login.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 #_login.rsel
 
 delete_cookie ' _perf_session_id', '/'
@@ -6,4 +23,4 @@
 type 'users_username', 'bob'
 type 'users_password', 'kitty'
 click_and_wait 'commit'
-verify_text_present 'Successfully logged in!'
\ No newline at end of file
+verify_text_present 'Successfully logged in!'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/add_event.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/add_event.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/add_event.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/add_event.rsel Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses&fixtures=login_user'
 include_partial 'login'
 

Modified: incubator/olio/webapp/rails/trunk/test/selenium/add_event_comment.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/add_event_comment.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/add_event_comment.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/add_event_comment.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites,taggings,tags,events_users&fixtures=events,login_user'
 include_partial 'login'
 

Modified: incubator/olio/webapp/rails/trunk/test/selenium/attend_event.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/attend_event.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/attend_event.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/attend_event.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites,taggings,tags,events_users&fixtures=events,login_user'
 include_partial 'login'
 
@@ -7,4 +24,4 @@
 click '//input[@value="Attend"]'
 wait_for_text_present 'You are attending Event 0'
 verify_text_present '2 Attendees'
-verify_text '//div[@id="attendees"]//li/a', 'bob'
\ No newline at end of file
+verify_text '//div[@id="attendees"]//li/a', 'bob'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/home.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/home.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/home.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/home.rsel Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites&fixtures=events'
 delete_cookie ' _perf_session_id', '/'
 open '/'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/register.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/register.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/register.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/register.rsel Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses&fixtures=login_user'
 delete_cookie ' _perf_session_id', '/'
 open '/'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/search_events.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/search_events.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/search_events.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/search_events.rsel Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites&fixtures=events'
 delete_cookie ' _perf_session_id', '/'
 open '/'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/sort_events.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/sort_events.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/sort_events.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/sort_events.rsel Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites&fixtures=events'
 delete_cookie ' _perf_session_id', '/'
 open '/'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/tag_event.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/tag_event.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/tag_event.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/tag_event.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites,taggings,tags&fixtures=events,login_user'
 include_partial 'login'
 

Modified: incubator/olio/webapp/rails/trunk/test/selenium/tag_search.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/tag_search.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/tag_search.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/tag_search.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites&fixtures=events'
 delete_cookie ' _perf_session_id', '/'
 open '/'
@@ -16,4 +33,4 @@
 
 20.times do |i|
   verify_text_not_present "Event #{i}" unless i == 1 or i == 10
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/test/selenium/unattend_event.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/unattend_event.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/unattend_event.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/unattend_event.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites,taggings,tags,events_users&fixtures=events,login_user'
 include_partial 'login'
 

Modified: incubator/olio/webapp/rails/trunk/test/selenium/user_search.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/user_search.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/user_search.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/user_search.rsel Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses&fixtures=login_user,users'
 include_partial 'login'
 
@@ -13,4 +30,4 @@
 type 'query', 'bob'
 click_and_wait 'commit'
 
-verify_text_present 'bob'
\ No newline at end of file
+verify_text_present 'bob'

Modified: incubator/olio/webapp/rails/trunk/test/selenium/view_event.rsel
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium/view_event.rsel?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium/view_event.rsel (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium/view_event.rsel Thu Apr  2 03:50:29 2009
@@ -1,8 +1,24 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 open '/selenium/setup?clear_tables=users,addresses,events,documents,images,invites&fixtures=events'
 delete_cookie ' _perf_session_id', '/'
 open '/'
 click_and_wait "link=Event 0"
 verify_text '//div[@id="main_event_details"]//h1', "Event 0"
 verify_text_present "0"
-verify_text_present "event_0"
\ No newline at end of file
+verify_text_present "event_0"

Modified: incubator/olio/webapp/rails/trunk/test/selenium_helper.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/selenium_helper.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/selenium_helper.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/selenium_helper.rb Thu Apr  2 03:50:29 2009
@@ -1,4 +1,20 @@
-
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 class SeleniumController
   include FixtureReplacement
     
@@ -54,4 +70,4 @@
 
  generate_and_wait_actions
  
-end
\ No newline at end of file
+end

Modified: incubator/olio/webapp/rails/trunk/test/test_helper.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/test_helper.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/test_helper.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/test_helper.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 ENV["RAILS_ENV"] = "test"
 require File.expand_path(File.dirname(__FILE__) + "/../config/environment")
 require 'test_help'

Modified: incubator/olio/webapp/rails/trunk/test/unit/address_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/address_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/address_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/address_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class AddressTest < Test::Unit::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/comment_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/comment_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/comment_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/comment_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class CommentTest < ActiveSupport::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/document_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/document_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/document_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/document_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class DocumentTest < Test::Unit::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/event_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/event_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/event_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/event_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class EventTest < Test::Unit::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/geolocation_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/geolocation_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/geolocation_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/geolocation_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class GeolocationTest < ActiveSupport::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/image_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/image_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/image_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/image_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class ImageTest < Test::Unit::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/invite_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/invite_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/invite_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/invite_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class InviteTest < ActiveSupport::TestCase

Modified: incubator/olio/webapp/rails/trunk/test/unit/user_test.rb
URL: http://svn.apache.org/viewvc/incubator/olio/webapp/rails/trunk/test/unit/user_test.rb?rev=761158&r1=761157&r2=761158&view=diff
==============================================================================
--- incubator/olio/webapp/rails/trunk/test/unit/user_test.rb (original)
+++ incubator/olio/webapp/rails/trunk/test/unit/user_test.rb Thu Apr  2 03:50:29 2009
@@ -1,3 +1,20 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+# 
 require File.dirname(__FILE__) + '/../test_helper'
 
 class UserTest < Test::Unit::TestCase